We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4014073 commit fc71664Copy full SHA for fc71664
.github/workflows/release.yml
@@ -15,7 +15,7 @@ env:
15
VERSION_GOLANG: '1.21.5'
16
VERSION_CHARTRELEASER: '1.6.0'
17
VERSION_OCI_BUSYBOX: '1.36.1-uclibc'
18
- VERSION_OCI_ALPINE: '3.18.3'
+ VERSION_OCI_ALPINE: '3.19.0'
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.17.3
+FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.0
38
39
COPY --from=build /go/src/github.com/enix/x509-certificate-exporter/x509-certificate-exporter /x509-certificate-exporter
40
0 commit comments