Skip to content

Commit

Permalink
Update version to v3.0.0-alpha.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Apr 24, 2024
1 parent 94c6a6d commit 4cbb5a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY qemu-*-static /usr/bin/

FROM builder

ARG VERSION=v3.0.0-alpha.7
ARG VERSION=v3.0.0-alpha.9
LABEL maintainer="Jay MOULIN <https://jaymoulin.me/femtopixel/docker-eleventy> <https://twitter.com/MoulinJay>"
LABEL version="${VERSION}"

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION ?= v3.0.0-alpha.7
FULLVERSION ?= v3.0.0-alpha.7
VERSION ?= v3.0.0-alpha.9
FULLVERSION ?= v3.0.0-alpha.9
CACHE ?= --no-cache=1
.PHONY: all build publish latest
archs ?= amd64 arm32v6 arm64v8
Expand Down

0 comments on commit 4cbb5a0

Please sign in to comment.