File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y curl \
15
15
unzip
16
16
17
17
# Install awscli
18
- RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" \
18
+ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.6.3 .zip" -o "awscliv2.zip" \
19
19
&& unzip -qq awscliv2.zip \
20
20
&& ./aws/install
21
21
@@ -25,7 +25,7 @@ RUN apt-get update && apt install -y software-properties-common \
25
25
&& apt update && apt install -y yq
26
26
27
27
# Install kubectl
28
- RUN curl -LO https://storage.googleapis.com/kubernetes- release/release/ v1.18.6 /bin/linux/amd64/kubectl \
28
+ RUN curl -LO " https://dl.k8s.io/ release/v1.24.0 /bin/linux/amd64/kubectl" \
29
29
&& chmod +x ./kubectl \
30
30
&& cp ./kubectl /bin
31
31
You can’t perform that action at this time.
0 commit comments