We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d8867 commit 228c0c5Copy full SHA for 228c0c5
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM quay.io/giantswarm/alpine:3.18.4 AS binaries
+FROM quay.io/giantswarm/alpine:3.18.5 AS binaries
2
3
ARG KUBECTL_VERSION=1.24.2
4
@@ -7,7 +7,7 @@ RUN apk add --no-cache ca-certificates curl \
7
&& curl -sSLf https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl -o /binaries/kubectl \
8
&& chmod +x /binaries/*
9
10
-FROM quay.io/giantswarm/alpine:3.18.4
+FROM quay.io/giantswarm/alpine:3.18.5
11
12
COPY --from=binaries /binaries/* /usr/bin/
13
COPY ./kubectl-gs /usr/bin/kubectl-gs
0 commit comments