Skip to content

Commit

Permalink
Pin MFA script version
Browse files Browse the repository at this point in the history
  • Loading branch information
angelofenoglio committed Nov 5, 2021
1 parent 0cc242d commit efe618d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-awscli-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN python3 -m ensurepip && \

# Add aws-mfa script
RUN mkdir -p /root/scripts/aws-mfa && \
curl https://raw.githubusercontent.com/binbashar/le-tf-infra-aws-template/master/le-resources/scripts/aws-mfa/aws-mfa-entrypoint.sh > /root/scripts/aws-mfa/aws-mfa-entrypoint.sh
curl https://raw.githubusercontent.com/binbashar/le-tf-infra-aws-template/v0.2.1/le-resources/scripts/aws-mfa/aws-mfa-entrypoint.sh > /root/scripts/aws-mfa/aws-mfa-entrypoint.sh
RUN chmod +x /root/scripts/aws-mfa/aws-mfa-entrypoint.sh

# Add aws-vault
Expand Down

0 comments on commit efe618d

Please sign in to comment.