summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2026-04-13 10:12:32 +0200
committerGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2026-04-13 10:27:29 +0200
commita26ffaa745defc65639de154afccc270e7ad5a93 (patch)
tree0ccab2bba093f14490f0daf30fc091b93e7d8bd7 /Dockerfile
parentf1483b76aa24adaf161dfc85af9d4a480c9ea6ac (diff)
Renamed project from gitfish to gitreef
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Dockerfile b/Dockerfile
index 262b9c1..a91f6be 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -34,9 +34,9 @@ ARG APP_VERSION
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
LABEL org.opencontainers.image.authors="Matthias Jaros"
LABEL org.opencontainers.image.version="${APP_VERSION}"
-LABEL org.opencontainers.image.source="https://github.com/jarlucmat/gitfish"
-LABEL org.opencontainers.image.url="https://github.com/jarlucmat/gitfish"
-LABEL org.opencontainers.image.title="gitfish"
+LABEL org.opencontainers.image.source="https://github.com/jarlucmat/gitreef"
+LABEL org.opencontainers.image.url="https://github.com/jarlucmat/gitreef"
+LABEL org.opencontainers.image.title="gitreef"
LABEL org.opencontainers.image.description="A minimal, secure Git server using SSH and Fish."
-LABEL org.opencontainers.image.documentation="/usr/share/doc/gitfish/LICENSE"
-COPY LICENSE /usr/share/doc/gitfish/LICENSE
+LABEL org.opencontainers.image.documentation="/usr/share/doc/gitreef/LICENSE"
+COPY LICENSE /usr/share/doc/gitreef/LICENSE