Compare commits

...

1 Commits

Author SHA1 Message Date
Tamás Gérczei 3146da7ae8
fixed version tag in assembly stage 2021-03-13 07:20:13 +01:00
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}"