From d0ab6256ff50812262799eaafd1e7d523d86b28b Mon Sep 17 00:00:00 2001 From: Priyanshu Pandey Date: Wed, 16 Aug 2023 09:24:48 -0700 Subject: [PATCH] PWX-32901: Update aws-iam-authenticator in Stork container (#1472) Signed-off-by: Priyanshu Pandey --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7090aa970d..73540bc95d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN microdnf clean all && microdnf install -y python3.9 ca-certificates tar gzip RUN python3 -m pip install awscli && python3 -m pip install oci-cli && python3 -m pip install rsa --upgrade -RUN curl -q -o /usr/local/bin/aws-iam-authenticator https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.5.9/aws-iam-authenticator_0.5.9_linux_amd64 && \ +RUN curl -Lo /usr/local/bin/aws-iam-authenticator https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.6.11/aws-iam-authenticator_0.6.11_linux_amd64 && \ chmod +x /usr/local/bin/aws-iam-authenticator #Install asdf