Skip to content

Commit

Permalink
Upgrade kubectl for e2e tests (googleforgames#1550)
Browse files Browse the repository at this point in the history
  • Loading branch information
markmandel authored and ilkercelikyilmaz committed Oct 23, 2020
1 parent 2e5eb1b commit 27ae761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/e2e-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN wget -q https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz && \
ENV PATH /usr/local/go/bin:/go/bin:$PATH

# install kubectl without gcloud as we want the last version
ENV KUBECTL_VER 1.14.10
ENV KUBECTL_VER 1.15.11
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VER}/bin/linux/amd64/kubectl && \
chmod go+rx ./kubectl && \
mv ./kubectl /usr/local/bin/kubectl
Expand Down

0 comments on commit 27ae761

Please sign in to comment.