Commit fe6c779 1 parent 69c0344 commit fe6c779 Copy full SHA for fe6c779
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM {{ hail_ubuntu_image.image }}
3
3
# source: https://cloud.google.com/storage/docs/gsutil_install#linux
4
4
RUN curl --remote-name https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-334.0.0-linux-x86_64.tar.gz && \
5
5
tar -xf google-cloud-sdk-334.0.0-linux-x86_64.tar.gz && \
6
- curl --remote-name https://dl.k8s.io/release/v1.19.7 /bin/linux/amd64/kubectl && \
6
+ curl --remote-name https://dl.k8s.io/release/v1.21.14 /bin/linux/amd64/kubectl && \
7
7
install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
8
8
ENV PATH $PATH:/google-cloud-sdk/bin
9
9
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM {{ hail_ubuntu_image.image }}
5
5
# jdk not strictly necessary, but we want keytool
6
6
RUN curl -sSLO https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-334.0.0-linux-x86_64.tar.gz && \
7
7
tar -xf google-cloud-sdk-334.0.0-linux-x86_64.tar.gz && \
8
- curl -sSLO https://dl.k8s.io/release/v1.19.7 /bin/linux/amd64/kubectl && \
8
+ curl -sSLO https://dl.k8s.io/release/v1.21.14 /bin/linux/amd64/kubectl && \
9
9
install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl && \
10
10
hail-apt-get-install openssl openjdk-8-jdk-headless && \
11
11
sed -i 's/^RANDFILE/#RANDFILE/' /etc/ssl/openssl.cnf && \
You can’t perform that action at this time.
0 commit comments