diff options
| author | 2026-04-13 10:12:32 +0200 | |
|---|---|---|
| committer | 2026-04-13 10:27:29 +0200 | |
| commit | a26ffaa745defc65639de154afccc270e7ad5a93 (patch) | |
| tree | 0ccab2bba093f14490f0daf30fc091b93e7d8bd7 /Dockerfile | |
| parent | f1483b76aa24adaf161dfc85af9d4a480c9ea6ac (diff) | |
Renamed project from gitfish to gitreef
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |
