Skip to content

Commit

Permalink
Updated version of Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Maher committed Dec 17, 2019
1 parent d4a0456 commit 5f73388
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 @@ -9,7 +9,7 @@ ENV TERRAFORM_DIR="/opt/terraform"

# --- Install Terraform ---
WORKDIR ${TMP_DIR}
RUN wget -O terraform.zip https://releases.hashicorp.com/terraform/0.12.17/terraform_${TERRAFORM_VERSION}_linux_amd64.zip
RUN wget -O terraform.zip https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip
RUN unzip terraform.zip
RUN mkdir ${TERRAFORM_DIR}
RUN mv terraform ${TERRAFORM_DIR}/.
Expand Down

0 comments on commit 5f73388

Please sign in to comment.