1 files changed,
1 insertions(+),
1 deletions(-)
Author:
dependabot[bot]
49699333+dependabot[bot]@users.noreply.github.com
Committed by:
GitHub
noreply@github.com
Committed at:
2025-01-10 22:41:36 +0200
Parent:
f905fb4
M
mailer/Dockerfile
@@ -12,7 +12,7 @@ ENV CGO_ENABLED=0 GOOS=linux GOARCH=amd64
RUN go build -trimpath -ldflags='-w -s' -o /mailer ./mailer -FROM alpine:3.20 +FROM alpine:3.21 COPY --from=builder /mailer /mailer RUN apk --no-cache add ca-certificates ENTRYPOINT ["/mailer"]