Skip to content

Commit

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

.PHONY: all build publish
Expand Down

0 comments on commit f8e05a2

Please sign in to comment.