Skip to content

Commit 1738e29

Browse files
committed
feat(container): bump Alpine base image to version 3.20.2
1 parent 862481b commit 1738e29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
VERSION_GOLANG: '1.23.0'
1616
VERSION_CHARTRELEASER: '1.6.0'
1717
VERSION_OCI_BUSYBOX: '1.36.1-uclibc'
18-
VERSION_OCI_ALPINE: '3.20.1'
18+
VERSION_OCI_ALPINE: '3.20.2'
1919

2020
jobs:
2121
semver:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN go build -v \
3434

3535
# https://github.com/hadolint/hadolint/issues/861
3636
# hadolint ignore=DL3029
37-
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.20.1
37+
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.20.2
3838

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

0 commit comments

Comments
 (0)