Skip to content

Commit

Permalink
chore(deps): bump alpine from 3.16 to 3.20
Browse files Browse the repository at this point in the history
Bumps alpine from 3.16 to 3.20.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent c2993f6 commit d4cb579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN CGO_ENABLED=1 \
go build -o post-renderer ./cmd/post-renderer

# Final image
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.16
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.20
ARG TARGETPLATFORM
# kubectl url has no variant (v7)
# helm url has dashes and no variant (v7)
Expand Down

0 comments on commit d4cb579

Please sign in to comment.