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 0daa8ca commit 29ee5c3Copy full SHA for 29ee5c3
2 files changed
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:18-alpine
2
3
-ARG VERSION=v3.1.2-beta.1
+ARG VERSION=v3.1.2-beta.2
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 ?= v3.1.2-beta.1
+VERSION ?= v3.1.2-beta.2
CACHE ?= --no-cache=1
.PHONY: all build publish
0 commit comments