From 8c869ae69b14f83999fa4461a29a94d8892646af Mon Sep 17 00:00:00 2001 From: gardener-ci-robot Date: Wed, 8 Jan 2025 18:57:45 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.21.2 --- Dockerfile | 2 +- config/images/images.yaml | 1 + images/copy-images/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 914d18947..d89043587 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN mkdir /build && GOBIN=/build \ FROM gcr.io/distroless/static-debian12:nonroot AS base_nonroot -FROM alpine:3.21.1 AS ssl_git_runner +FROM alpine:3.21.2 AS ssl_git_runner # Install SSL ca certificates RUN apk add --no-cache ca-certificates git # Create nonroot user and group to be used in executable containers diff --git a/config/images/images.yaml b/config/images/images.yaml index aaf444197..e2bb9a836 100644 --- a/config/images/images.yaml +++ b/config/images/images.yaml @@ -38,6 +38,7 @@ images: - 3.20.3 - 3.21.0 - 3.21.1 + - 3.21.2 # DO NOT ADD NEW FLUENT/FLUENT-BIT IMAGES. # With https://github.com/gardener/gardener/pull/7568 the fluent/fluent-bit image is replaced by kubesphere/fluent-bit. - source: fluent/fluent-bit diff --git a/images/copy-images/Dockerfile b/images/copy-images/Dockerfile index 63f245d4d..5b8c7f91c 100644 --- a/images/copy-images/Dockerfile +++ b/images/copy-images/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21.1 AS copy-images +FROM alpine:3.21.2 AS copy-images LABEL ALPINE_VERSION=$ALPINE_VERSION ARG CRANE_VERSION=v0.16.1 LABEL CRANE_VERSION=$CRANE_VERSION