Skip to content

Commit 202ec0a

Browse files
committed
remove sudo package, update kubectl version
1 parent b754d92 commit 202ec0a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

deployment/Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ RUN \
66
bash \
77
curl \
88
jq \
9-
zip \
10-
sudo
9+
zip
1110

1211
# https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl-binary-via-curl
13-
ARG KUBECTL_VERSION="v1.8.5"
12+
ARG KUBECTL_VERSION="v1.9.0"
1413
RUN curl -L "https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" > /usr/local/bin/kubectl \
1514
&& chmod +x /usr/local/bin/kubectl
1615

0 commit comments

Comments
 (0)