Update tf version

This commit is contained in:
Conor 2020-01-24 13:37:53 +01:00
parent 0b3f3068e4
commit 9f4f6d0b89

View file

@ -1,7 +1,7 @@
FROM ubuntu:xenial
RUN apt-get update -y && apt-get install -y python3 wget unzip git
RUN wget -O /tmp/terraform.zip https://releases.hashicorp.com/terraform/0.12.9/terraform_0.12.9_linux_amd64.zip
RUN wget -O /tmp/terraform.zip https://releases.hashicorp.com/terraform/0.12.20/terraform_0.12.20_linux_amd64.zip
RUN unzip /tmp/terraform.zip
RUN mv terraform /usr/bin/