Skip to content

Commit

Permalink
chore: bump 0.12.x version which updates Hashicorp public key
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Apr 26, 2021
1 parent 7d71114 commit 6a07ddc
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 @@ -6,7 +6,7 @@ LABEL authors="Anubhav Mishra, Luke Kysow"
ENV DEFAULT_TERRAFORM_VERSION=0.15.1

# In the official Atlantis image we only have the latest of each Terraform version.
RUN AVAILABLE_TERRAFORM_VERSIONS="0.8.8 0.9.11 0.10.8 0.11.14 0.12.30 0.13.7 0.14.11 ${DEFAULT_TERRAFORM_VERSION}" && \
RUN AVAILABLE_TERRAFORM_VERSIONS="0.8.8 0.9.11 0.10.8 0.11.14 0.12.31 0.13.7 0.14.11 ${DEFAULT_TERRAFORM_VERSION}" && \
for VERSION in ${AVAILABLE_TERRAFORM_VERSIONS}; do \
curl -LOs https://releases.hashicorp.com/terraform/${VERSION}/terraform_${VERSION}_linux_amd64.zip && \
curl -LOs https://releases.hashicorp.com/terraform/${VERSION}/terraform_${VERSION}_SHA256SUMS && \
Expand Down

0 comments on commit 6a07ddc

Please sign in to comment.