mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-02-14 18:10:01 +00:00
feat(container): bump Alpine base image to version 3.19.1
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user