Skip to content

Commit

Permalink
Update version to v3.0.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Jun 10, 2024
1 parent 55cd5ef commit 12d7093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:18-alpine

ARG VERSION=v3.0.0-alpha.10
ARG VERSION=v3.0.0-alpha.11
ARG TARGETPLATFORM
LABEL maintainer="Jay MOULIN <https://jaymoulin.me/femtopixel/docker-eleventy>"
LABEL version="${VERSION}-${TARGETPLATFORM}"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= v3.0.0-alpha.10
VERSION ?= v3.0.0-alpha.11
CACHE ?= --no-cache=1

.PHONY: all build publish
Expand Down

0 comments on commit 12d7093

Please sign in to comment.