fix: bundle ca-certs directly in the binary
All checks were successful
ci/woodpecker/tag/release Pipeline was successful

This commit is contained in:
Felipe M 2025-01-27 21:12:50 +01:00
parent bd8a3395e9
commit 4d7abab4d4
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
4 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,6 @@
# This file is used directly by the goreleaser build
# It is used to build the final container image
FROM scratch
WORKDIR /
COPY /smtp2shoutrrr /usr/bin/smtp2shoutrrr
ENTRYPOINT ["/usr/bin/smtp2shoutrrr"]