We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30bf1e1 commit 4d445ceCopy full SHA for 4d445ce
Dockerfile
@@ -18,7 +18,7 @@ RUN aws --version
18
RUN curl -fsSL https://github.com/mikefarah/yq/releases/download/v4.9.6/yq_linux_amd64 -o /usr/local/bin/yq \
19
&& chmod +x /usr/local/bin/yq
20
21
-RUN curl -fsSL https://github.com/weaveworks/eksctl/releases/download/0.58.0/eksctl_Linux_amd64.tar.gz | tar -xz -C /usr/local/bin
+RUN curl -fsSL https://github.com/weaveworks/eksctl/releases/download/0.60.0/eksctl_Linux_amd64.tar.gz | tar -xz -C /usr/local/bin
22
23
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 \
24
&& chmod +x /usr/local/bin/kubectl
0 commit comments