Skip to content

Commit 5c2d66a

Browse files
author
Pavle Predic
committed
Set kubectl version to 1.11.7
1 parent 0c7bcfa commit 5c2d66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:3.8
2-
ARG KUBECTL_VERSION=1.9.1
2+
ARG KUBECTL_VERSION=1.11.7
33
RUN apk add --update python python-dev py-pip build-base curl bash vim jq git openssl-dev libffi-dev gettext bind-tools
44
RUN curl -o /usr/local/bin/kubectl "https://storage.googleapis.com/kubernetes-release/release/v$KUBECTL_VERSION/bin/linux/amd64/kubectl" && \
55
chmod +x /usr/local/bin/kubectl && \

0 commit comments

Comments
 (0)