diff --git a/Dockerfile b/Dockerfile index 67f259d..c96790d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY qemu-*-static /usr/bin/ FROM builder -ARG VERSION=v3.0.0-alpha.2 +ARG VERSION=v3.0.0-alpha.3 LABEL maintainer="Jay MOULIN " LABEL version="${VERSION}" diff --git a/Makefile b/Makefile index 7443976..c3ca7c2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION ?= v3.0.0-alpha.2 -FULLVERSION ?= v3.0.0-alpha.2 +VERSION ?= v3.0.0-alpha.3 +FULLVERSION ?= v3.0.0-alpha.3 CACHE ?= --no-cache=1 .PHONY: all build publish latest archs ?= amd64 arm32v6 arm64v8