Skip to content

Commit a0cbc8d

Browse files
authored
aws-iam-authenticator-0.5.9
1 parent faf138d commit a0cbc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN curl -LO "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-
3333
rm -rf /google-cloud-sdk/.install/.backup && \
3434
gcloud version
3535

36-
ARG AWS_IAM_AUTHENTICATOR_URL=https://s3.us-west-2.amazonaws.com/amazon-eks/1.21.2/2021-07-05/bin/linux/amd64/aws-iam-authenticator
36+
ARG AWS_IAM_AUTHENTICATOR_URL=https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.5.9/aws-iam-authenticator_0.5.9_linux_amd64
3737
ADD ${AWS_IAM_AUTHENTICATOR_URL} /usr/local/bin/aws-iam-authenticator
3838
RUN chmod +x /usr/local/bin/aws-iam-authenticator
3939

0 commit comments

Comments
 (0)