Upgrade to terraform 12.1

This commit is contained in:
spengreb 2019-06-12 11:58:25 +02:00
parent f01338e3ba
commit 9ebf7fbd35

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.0/terraform_0.12.0_linux_amd64.zip
RUN wget -O /tmp/terraform.zip https://releases.hashicorp.com/terraform/0.12.1/terraform_0.12.1_linux_amd64.zip
RUN unzip /tmp/terraform.zip
RUN mv terraform /usr/bin/