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.20.2 (#1384)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 2, 2024
1 parent f255e3a commit 8d4d503
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.20.1 AS binaries
FROM gsoci.azurecr.io/giantswarm/alpine:3.20.2 AS binaries

ARG KUBECTL_VERSION=1.24.2

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

FROM gsoci.azurecr.io/giantswarm/alpine:3.20.1
FROM gsoci.azurecr.io/giantswarm/alpine:3.20.2

COPY --from=binaries /binaries/* /usr/bin/
COPY ./kubectl-gs /usr/bin/kubectl-gs
Expand Down

0 comments on commit 8d4d503

Please sign in to comment.