From 41358d6c7f88bc07a23723d892212388668014ca Mon Sep 17 00:00:00 2001 From: Jay MOULIN Date: Wed, 20 Dec 2023 19:01:41 +0100 Subject: [PATCH] Update version to v3.0.0-alpha.3 --- Dockerfile | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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