diff --git a/Dockerfile b/Dockerfile index 01bcbfd..950743e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY qemu-*-static /usr/bin/ FROM builder -ARG VERSION=v2.0.0-canary.21 +ARG VERSION=v2.0.0-canary.22 LABEL maintainer="Jay MOULIN " LABEL version="${VERSION}" diff --git a/Makefile b/Makefile index fbb47b9..86fbea9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION ?= v2.0.0-canary.21 -FULLVERSION ?= v2.0.0-canary.21 +VERSION ?= v2.0.0-canary.22 +FULLVERSION ?= v2.0.0-canary.22 CACHE ?= --no-cache=1 .PHONY: all build publish latest archs ?= amd64 arm32v6 arm64v8