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