fixed version tag in assembly stage

This commit is contained in:
Tamás Gérczei 2021-03-13 07:20:13 +01:00
parent 66ac213eb1
commit 3146da7ae8
Signed by: tgerczei
GPG Key ID: 5B59A7760597B1A1
1 changed files with 1 additions and 1 deletions

View File

@ -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}"