From 3146da7ae827cdd23437e44d6ddad839fe1263f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20G=C3=A9rczei?= Date: Sat, 13 Mar 2021 07:20:13 +0100 Subject: [PATCH] fixed version tag in assembly stage --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 832374f..f0c52c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN apk add --quiet --no-cache git && \ FROM scratch ARG BUILD_DATE -ARG VERSION="0.6.0" +ARG VERSION="0.7.0" LABEL org.opencontainers.image.title="Gitea - Git with a cup of tea" LABEL org.opencontainers.image.description="A command line tool to interact with Gitea servers" LABEL org.opencontainers.image.version="${VERSION}"