From 7e6649435ab28e022f6f6d203bd18df32ec3f7d0 Mon Sep 17 00:00:00 2001 From: thinkernel Date: Wed, 23 Dec 2020 16:51:09 +0800 Subject: [PATCH] Upgrade eksctl to 0.35.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f983e92..ecfb42c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN set -x && \ mv ./aws-iam-authenticator /usr/local/bin # Install eksctl -ENV EKSCTL_VERSION=0.34.0 +ENV EKSCTL_VERSION=0.35.0 RUN set -x && \ curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/${EKSCTL_VERSION}/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \ mv /tmp/eksctl /usr/local/bin