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 aa19fae commit 474bfacCopy full SHA for 474bfac
images/manager/Dockerfile
@@ -9,7 +9,7 @@ RUN pip3 install awscli --upgrade --user && \
9
10
RUN apk add --no-cache bash curl gettext jq openssl
11
12
-RUN curl --location "https://github.com/weaveworks/eksctl/releases/download/0.2.1/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \
+RUN curl --location "https://github.com/weaveworks/eksctl/releases/download/0.4.3/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \
13
mv /tmp/eksctl /usr/local/bin
14
15
RUN curl -o aws-iam-authenticator https://amazon-eks.s3-us-west-2.amazonaws.com/1.13.7/2019-06-11/bin/linux/amd64/aws-iam-authenticator && \
0 commit comments