From 7f61819268026e6fa342ec029aaa051572b657ed Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 8 Mar 2024 15:34:21 +0100 Subject: [PATCH] Fix git URL --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c431580..4556519 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,10 +14,9 @@ ARG BUILD_DATE=0001-01-01T00:00:00Z LABEL \ org.opencontainers.image.vendor=Zombi \ org.opencontainers.image.created=$BUILD_DATE \ - org.opencontainers.image.source=https://gitea.zom.bi/images/hello-world.git \ + org.opencontainers.image.source=https://git.zom.bi/images/hello-world.git \ org.opencontainers.image.revision=$GIT_COMMIT - COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt ENV HELLO=world \ No newline at end of file