fixed breaking typo

This commit is contained in:
Tamás Gérczei 2020-07-21 21:12:16 +02:00
parent 3719059907
commit 18eebe533f
Signed by: tgerczei
GPG Key ID: 5B59A7760597B1A1
1 changed files with 1 additions and 1 deletions

View File

@ -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 <tamas@gerczei.eu>"
LABEL org.opencontainers.image.created="${BUILD_DATE}"