From fc71664ac13cc90294ac9043668b0facaca11c53 Mon Sep 17 00:00:00 2001 From: Thibault VINCENT Date: Thu, 14 Dec 2023 11:30:39 +0100 Subject: [PATCH] feat(container): bump Alpine base image to version 3.19.0 --- .github/workflows/release.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25c0411..3a36359 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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.18.3' + VERSION_OCI_ALPINE: '3.19.0' jobs: semver: diff --git a/Dockerfile b/Dockerfile index fec3e61..d94f12e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.17.3 +FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19.0 COPY --from=build /go/src/github.com/enix/x509-certificate-exporter/x509-certificate-exporter /x509-certificate-exporter