Skip to content

Commit 29ee5c3

Browse files
committed
Update version to v3.1.2-beta.2
1 parent 0daa8ca commit 29ee5c3

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=v3.1.2-beta.1
3+
ARG VERSION=v3.1.2-beta.2
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 ?= v3.1.2-beta.1
1+
VERSION ?= v3.1.2-beta.2
22
CACHE ?= --no-cache=1
33

44
.PHONY: all build publish

0 commit comments

Comments
 (0)