Skip to content

Commit 7e66494

Browse files
authored
Upgrade eksctl to 0.35.0
1 parent 6295fbd commit 7e66494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN set -x && \
2323
mv ./aws-iam-authenticator /usr/local/bin
2424

2525
# Install eksctl
26-
ENV EKSCTL_VERSION=0.34.0
26+
ENV EKSCTL_VERSION=0.35.0
2727
RUN set -x && \
2828
curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/${EKSCTL_VERSION}/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \
2929
mv /tmp/eksctl /usr/local/bin

0 commit comments

Comments
 (0)