Skip to content

Commit

Permalink
feat(container): bump Alpine base image to version 3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
npdgm committed Feb 6, 2024
1 parent ca612cd commit 9d0f7b5
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.21.5'
VERSION_CHARTRELEASER: '1.6.0'
VERSION_OCI_BUSYBOX: '1.36.1-uclibc'
VERSION_OCI_ALPINE: '3.19.0'
VERSION_OCI_ALPINE: '3.19.1'

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.19.0
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.1

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

Expand Down

0 comments on commit 9d0f7b5

Please sign in to comment.