diff --git a/Dockerfile b/Dockerfile index 0e62ce8..3bfb0f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ ARG BUILD_DATE ARG VERSION 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} +LABEL org.opencontainers.image.version="${VERSION}" LABEL org.opencontainers.image.url="https://gitea.com/gitea/tea" LABEL org.opencontainers.image.authors="Tamás Gérczei " LABEL org.opencontainers.image.created="${BUILD_DATE}"