Skip to content

Commit e8c4722

Browse files
committed
Update eksctl
1 parent 20f68b0 commit e8c4722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apk add --no-cache \
2323
RUN curl -fsSL https://github.com/mikefarah/yq/releases/download/v4.12.0/yq_linux_amd64 -o /usr/local/bin/yq \
2424
&& chmod +x /usr/local/bin/yq
2525

26-
RUN curl -fsSL https://github.com/weaveworks/eksctl/releases/download/v0.74.0/eksctl_Linux_amd64.tar.gz | tar -xz -C /usr/local/bin
26+
RUN curl -fsSL https://github.com/weaveworks/eksctl/releases/download/v0.75.0/eksctl_Linux_amd64.tar.gz | tar -xz -C /usr/local/bin
2727

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

0 commit comments

Comments
 (0)