Skip to content

Commit

Permalink
Upgrade terraform to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StupidScience committed Dec 22, 2021
1 parent ac99088 commit c06ad8c
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 @@ -144,7 +144,7 @@ RUN cd /tmp/ \

## terraform
## https://releases.hashicorp.com/terraform
RUN terraform_version=1.1.0 \
RUN terraform_version=1.1.2 \
&& curl -o /tmp/terraform.zip https://releases.hashicorp.com/terraform/${terraform_version}/terraform_${terraform_version}_linux_amd64.zip \
&& unzip /tmp/terraform.zip -d /usr/bin/ \
&& rm -f /tmp/terraform.zip
Expand Down

0 comments on commit c06ad8c

Please sign in to comment.