summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-10-27 18:02:41 +0100
committerGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-10-27 18:19:18 +0100
commit58df59568fd952f3766e1aff5dfab194e6c655d0 (patch)
tree404232fecfc06ee24cb9a774670711cd7c4c0f46
parent9c225f69f84a6541979fdd2373d1255d711726d7 (diff)
Updated licence info in Dockerfile
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index c5f3c94..0b7518c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,8 +24,8 @@ ENTRYPOINT ["/usr/local/bin/init"]
# license information
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
LABEL org.opencontainers.image.authors="Matthias Jaros"
-LABEL org.opencontainers.image.source="https://github.com/youruser/yourrepo"
-LABEL org.opencontainers.image.url="https://github.com/youruser/yourrepo"
+LABEL org.opencontainers.image.source="https://github.com/jarlucmat/git-server"
+LABEL org.opencontainers.image.url="https://github.com/jarlucmat/git-server"
LABEL org.opencontainers.image.title="git-server"
LABEL org.opencontainers.image.description="A minimal, secure Git server using SSH and Fish."
LABEL org.opencontainers.image.documentation="/usr/share/doc/git-server/LICENSE"