Skip to content

Commit

Permalink
PWX-32901: Update aws-iam-authenticator in Stork container (#1472)
Browse files Browse the repository at this point in the history
Signed-off-by: Priyanshu Pandey <ppandey@purestorage.com>
  • Loading branch information
pp511 authored Aug 16, 2023
1 parent 3bc1762 commit d0ab625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0ab625

Please sign in to comment.