From 18eebe533fd189a5df1c6d45eb1f68569482f8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20G=C3=A9rczei?= Date: Tue, 21 Jul 2020 21:12:16 +0200 Subject: [PATCH] fixed breaking typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"