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 bc80d9a commit 6883d8aCopy full SHA for 6883d8a
images/manager/Dockerfile
@@ -15,7 +15,7 @@ RUN pip install --upgrade pip && \
15
16
RUN apk add --no-cache bash curl gettext jq openssl
17
18
-RUN curl --location "https://github.com/weaveworks/eksctl/releases/download/0.36.2/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \
+RUN curl --location "https://github.com/weaveworks/eksctl/releases/download/0.40.0/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \
19
mv /tmp/eksctl /usr/local/bin
20
21
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