diff options
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 |
