Skip to content
This repository has been archived by the owner on Aug 21, 2021. It is now read-only.

Commit

Permalink
Merge pull request #80 from trussworks/barry-01219
Browse files Browse the repository at this point in the history
Terraform 0.12.19
  • Loading branch information
esacteksab authored Jan 9, 2020
2 parents 672ec2f + fc7b4b9 commit d731f4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tf12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ USER root

# install Terraform
RUN set -ex && cd ~ \
&& curl -sSLO https://releases.hashicorp.com/terraform/0.12.13/terraform_0.12.13_linux_amd64.zip \
&& [ $(sha256sum terraform_0.12.13_linux_amd64.zip | cut -f1 -d ' ') = 63f765a3f83987b67b046a9c31acff1ec9ee618990d0eab4db34eca6c0d861ec ] \
&& unzip -d /usr/local/bin -o terraform_0.12.13_linux_amd64.zip \
&& rm -vf terraform_0.12.13_linux_amd64.zip
&& curl -sSLO https://releases.hashicorp.com/terraform/0.12.19/terraform_0.12.19_linux_amd64.zip \
&& [ $(sha256sum terraform_0.12.19_linux_amd64.zip | cut -f1 -d ' ') = a549486112f5350075fb540cfd873deb970a9baf8a028a86ee7b4472fc91e167 ] \
&& unzip -d /usr/local/bin -o terraform_0.12.19_linux_amd64.zip \
&& rm -vf terraform_0.12.19_linux_amd64.zip

# apt-get all the things
ARG CACHE_APT
Expand Down

0 comments on commit d731f4c

Please sign in to comment.