1 Commits

Author SHA1 Message Date
7b69054815 fix(docker): update repository label (#5)
All checks were successful
Release / Tag release (push) Successful in 8s
Release / Create Release (push) Successful in 2s
Release / Publish Docker Images (push) Successful in 1m20s
Snyk / security (push) Successful in 24s
Reviewed-on: #5
2026-01-04 12:58:16 +00:00

View File

@@ -5,6 +5,6 @@ RUN CGO_ENABLED=0 go build -o /go/bin/app
FROM gcr.io/distroless/base-debian13
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
LABEL org.opencontainers.image.source="https://gitlab.com/luketainton/insultgen"
LABEL org.opencontainers.image.source="https://git.tainton.uk/repos/insultgen"
COPY --from=build /go/bin/app /
CMD ["/app"]