We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61b8a3 commit 2e2be0cCopy full SHA for 2e2be0c
2 files changed
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:18-alpine
2
3
-ARG VERSION=v4.0.0-alpha.5
+ARG VERSION=v4.0.0-alpha.6
4
ARG TARGETPLATFORM
5
LABEL maintainer="Jay MOULIN <https://jaymoulin.me/femtopixel/docker-eleventy>"
6
LABEL version="${VERSION}-${TARGETPLATFORM}"
Makefile
@@ -1,4 +1,4 @@
-VERSION ?= v4.0.0-alpha.5
+VERSION ?= v4.0.0-alpha.6
CACHE ?= --no-cache=1
.PHONY: all build publish
0 commit comments