Skip to content

Commit 407d917

Browse files
committed
bump kubernetes version
1 parent 64d02af commit 407d917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM docker.io/library/alpine:3.12
22

33
RUN apk add --no-cache openssl
4-
ARG VERSION=v1.19.0
4+
ARG VERSION=v1.19.1
55
RUN wget "https://storage.googleapis.com/kubernetes-release/release/${VERSION}/bin/linux/amd64/kubectl" \
66
-O /usr/local/bin/kubectl \
77
&& chmod +x /usr/local/bin/kubectl

0 commit comments

Comments
 (0)