diff --git a/Dockerfile b/Dockerfile index 86ec0d5..7bc4e06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN apk add --quiet --no-cache git && \ FROM scratch ARG BUILD_DATE -ARG VERSION +ARG VERSION="0.6.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}"