Skip to content

Commit 474bfac

Browse files
committed
Update eksctl version to 0.4.3
1 parent aa19fae commit 474bfac

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
@@ -9,7 +9,7 @@ RUN pip3 install awscli --upgrade --user && \
99

1010
RUN apk add --no-cache bash curl gettext jq openssl
1111

12-
RUN curl --location "https://github.com/weaveworks/eksctl/releases/download/0.2.1/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \
12+
RUN curl --location "https://github.com/weaveworks/eksctl/releases/download/0.4.3/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \
1313
mv /tmp/eksctl /usr/local/bin
1414

1515
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

Comments
 (0)