Skip to content

Commit 2e2be0c

Browse files
committed
Update version to v4.0.0-alpha.6
1 parent a61b8a3 commit 2e2be0c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:18-alpine
22

3-
ARG VERSION=v4.0.0-alpha.5
3+
ARG VERSION=v4.0.0-alpha.6
44
ARG TARGETPLATFORM
55
LABEL maintainer="Jay MOULIN <https://jaymoulin.me/femtopixel/docker-eleventy>"
66
LABEL version="${VERSION}-${TARGETPLATFORM}"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION ?= v4.0.0-alpha.5
1+
VERSION ?= v4.0.0-alpha.6
22
CACHE ?= --no-cache=1
33

44
.PHONY: all build publish

0 commit comments

Comments
 (0)