From 405982c9c9ec11d9169bc5cf36d21c7a09a6b342 Mon Sep 17 00:00:00 2001 From: Jay MOULIN Date: Sat, 3 Dec 2022 23:33:21 +0100 Subject: [PATCH] Update version to v2.0.0-canary.18 --- Dockerfile | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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