Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gardener-ci-robot committed Jan 8, 2025
1 parent 15856a7 commit 8c869ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config/images/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion images/copy-images/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8c869ae

Please sign in to comment.