diff --git a/Dockerfile b/Dockerfile index a9f9210..a895e71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:18-alpine -ARG VERSION=v3.0.0-alpha.11 +ARG VERSION=v3.0.0-alpha.12 ARG TARGETPLATFORM LABEL maintainer="Jay MOULIN " LABEL version="${VERSION}-${TARGETPLATFORM}" diff --git a/Makefile b/Makefile index 92b9aa1..0e94a75 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= v3.0.0-alpha.11 +VERSION ?= v3.0.0-alpha.12 CACHE ?= --no-cache=1 .PHONY: all build publish