Skip to content

Commit 6883d8a

Browse files
authored
Increase eksctl version to 0.40.0 (#1955)
Co-authored-by: vishal <[email protected]>
1 parent bc80d9a commit 6883d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN pip install --upgrade pip && \
1515

1616
RUN apk add --no-cache bash curl gettext jq openssl
1717

18-
RUN curl --location "https://github.com/weaveworks/eksctl/releases/download/0.36.2/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \
18+
RUN curl --location "https://github.com/weaveworks/eksctl/releases/download/0.40.0/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \
1919
mv /tmp/eksctl /usr/local/bin
2020

2121
RUN curl -o aws-iam-authenticator https://amazon-eks.s3.us-west-2.amazonaws.com/1.18.9/2020-11-02/bin/linux/amd64/aws-iam-authenticator && \

0 commit comments

Comments
 (0)