Skip to content

Commit

Permalink
chore(deps): update gsoci.azurecr.io/giantswarm/alpine docker tag to …
Browse files Browse the repository at this point in the history
…v3.21.2 (#1540)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 5afe8b9 commit 948bf89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gsoci.azurecr.io/giantswarm/alpine:3.21.1 AS binaries
FROM gsoci.azurecr.io/giantswarm/alpine:3.21.2 AS binaries

ARG KUBECTL_VERSION=1.24.2
ARG TARGETPLATFORM
Expand All @@ -8,7 +8,7 @@ RUN apk add --no-cache ca-certificates curl \
&& curl -sSLf https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/${TARGETPLATFORM}/kubectl -o /binaries/kubectl \
&& chmod +x /binaries/*

FROM gsoci.azurecr.io/giantswarm/alpine:3.21.1
FROM gsoci.azurecr.io/giantswarm/alpine:3.21.2

ARG TARGETARCH

Expand Down

0 comments on commit 948bf89

Please sign in to comment.