Skip to content

Commit

Permalink
Update version to v3.0.0-alpha.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Jul 30, 2024
1 parent f8e05a2 commit 7560bda
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.17
ARG VERSION=v3.0.0-alpha.18
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.17
VERSION ?= v3.0.0-alpha.18
CACHE ?= --no-cache=1

.PHONY: all build publish
Expand Down

0 comments on commit 7560bda

Please sign in to comment.