From d4e4206683d3d990f2f8b7673e46c76ddba7d168 Mon Sep 17 00:00:00 2001 From: Matthias Jaros Date: Sun, 2 Aug 2026 18:05:34 +0200 Subject: Fixed URL to new on git.it-jaros.com --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index a91f6be..37603b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,8 +34,8 @@ 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/gitreef" -LABEL org.opencontainers.image.url="https://github.com/jarlucmat/gitreef" +LABEL org.opencontainers.image.source="https://git.it-jaros.com/gitreef" +LABEL org.opencontainers.image.url="https://git.it-jaros.com/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/gitreef/LICENSE" -- cgit v1.3.1