all repos

onasty @ e8fd88d

a one-time notes service
1 files changed, 1 insertions(+), 1 deletions(-)
chore(deps): bump alpine from 3.20 to 3.21 in /mailer (#60)

Bumps alpine from 3.20 to 3.21.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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"]