Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit ae5f251

Browse files
committed
Update eksctl
Signed-off-by: Manuel Alejandro de Brito Fontes <aledbf@gmail.com>
1 parent de3715a commit ae5f251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN aws --version
1818
RUN curl -fsSL https://github.com/mikefarah/yq/releases/download/v4.9.6/yq_linux_amd64 -o /usr/local/bin/yq \
1919
&& chmod +x /usr/local/bin/yq
2020

21-
RUN curl -fsSL https://github.com/weaveworks/eksctl/releases/download/0.57.0/eksctl_Linux_amd64.tar.gz | tar -xz -C /usr/local/bin
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
2222

2323
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 \
2424
&& chmod +x /usr/local/bin/kubectl

0 commit comments

Comments
 (0)