We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862481b commit 1738e29Copy full SHA for 1738e29
.github/workflows/release.yml
@@ -15,7 +15,7 @@ env:
15
VERSION_GOLANG: '1.23.0'
16
VERSION_CHARTRELEASER: '1.6.0'
17
VERSION_OCI_BUSYBOX: '1.36.1-uclibc'
18
- VERSION_OCI_ALPINE: '3.20.1'
+ VERSION_OCI_ALPINE: '3.20.2'
19
20
jobs:
21
semver:
Dockerfile
@@ -34,7 +34,7 @@ RUN go build -v \
34
35
# https://github.com/hadolint/hadolint/issues/861
36
# hadolint ignore=DL3029
37
-FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.20.1
+FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.20.2
38
39
COPY --from=build /go/src/github.com/enix/x509-certificate-exporter/x509-certificate-exporter /x509-certificate-exporter
40
0 commit comments