Skip to content

Commit

Permalink
Updated e2e kubectl version to 1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Collin Shoop committed Jan 12, 2022
1 parent 57d35d2 commit 048a179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ARG DOCTL_VERSION=1.36.0
# ginkgo is needed to run the upstream end-to-end tests.
ARG GINKGO_VERSION=1.10.3
# kubectl is needed by some tests.
ARG KUBECTL_VERSION=1.21.6
ARG KUBECTL_VERSION=1.22.5

RUN curl --fail --location --output /tini https://github.com/krallin/tini/releases/download/v${TINI_VERSION}/tini
RUN chmod u+x /tini
Expand Down

0 comments on commit 048a179

Please sign in to comment.