From a26ffaa745defc65639de154afccc270e7ad5a93 Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Mon, 13 Apr 2026 10:12:32 +0200 Subject: Renamed project from gitfish to gitreef --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Dockerfile') 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 -- cgit v1.3.1