diff --git a/Dockerfile b/Dockerfile index e8d5bb6..4ecec30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY qemu-*-static /usr/bin/ FROM builder -ARG VERSION=v2.0.0-canary.15 +ARG VERSION=v2.0.0-canary.18 LABEL maintainer="Jay MOULIN " LABEL version="${VERSION}" diff --git a/Makefile b/Makefile index 0f0d512..4b0584a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION ?= v2.0.0-canary.15 -FULLVERSION ?= v2.0.0-canary.15 +VERSION ?= v2.0.0-canary.18 +FULLVERSION ?= v2.0.0-canary.18 CACHE ?= --no-cache=1 .PHONY: all build publish latest archs ?= amd64 arm32v6 arm64v8