Skip to content

Commit

Permalink
feat(container): bump Alpine base image to version 3.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
npdgm committed Oct 24, 2024
1 parent 3d0c2c5 commit 3d2904a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
VERSION_GOLANG: '1.23.1'
VERSION_CHARTRELEASER: '1.6.0'
VERSION_OCI_BUSYBOX: '1.36.1-uclibc'
VERSION_OCI_ALPINE: '3.20.2'
VERSION_OCI_ALPINE: '3.20.3'

jobs:
semver:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN go build -v \

# https://github.com/hadolint/hadolint/issues/861
# hadolint ignore=DL3029
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.20.2
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.20.3

COPY --from=build /go/src/github.com/enix/x509-certificate-exporter/x509-certificate-exporter /x509-certificate-exporter

Expand Down

0 comments on commit 3d2904a

Please sign in to comment.