gitreef

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fbda4297beda3fdfdc8639f06defb06256796158
parent d7ff09bb1fdac314957183cf845d279a7e7527ba
Author: Matthias Jaros <jaros@mailbox.org>
Date:   Mon, 27 Oct 2025 18:02:41 +0100

Updated licence info in Dockerfile

Diffstat:
MDockerfile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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"