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 f87d556 commit a61b8a3Copy full SHA for a61b8a3
2 files changed
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:18-alpine
2
3
-ARG VERSION=v4.0.0-alpha.4
+ARG VERSION=v4.0.0-alpha.5
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.4
+VERSION ?= v4.0.0-alpha.5
CACHE ?= --no-cache=1
.PHONY: all build publish
0 commit comments