File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN apk add --no-cache \
17
17
RUN curl -fsSL https://github.com/mikefarah/yq/releases/download/v4.9.6/yq_linux_amd64 -o /usr/local/bin/yq \
18
18
&& chmod +x /usr/local/bin/yq
19
19
20
- RUN curl -fsSL https://github.com/weaveworks/eksctl/releases/download/0.60 .0/eksctl_Linux_amd64.tar.gz | tar -xz -C /usr/local/bin
20
+ RUN curl -fsSL https://github.com/weaveworks/eksctl/releases/download/0.61 .0/eksctl_Linux_amd64.tar.gz | tar -xz -C /usr/local/bin
21
21
22
22
RUN curl -fsSL "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" -o /usr/local/bin/kubectl \
23
23
&& chmod +x /usr/local/bin/kubectl
You can’t perform that action at this time.
0 commit comments