From f01338e3ba3194d0fb8c7b7d85f639d3c499345d Mon Sep 17 00:00:00 2001 From: spengreb Date: Tue, 4 Jun 2019 09:23:28 +0200 Subject: [PATCH] Terraform 0.12 now included in dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cfb9e54..a59771c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.11.13/terraform_0.11.13_linux_amd64.zip +RUN wget -O /tmp/terraform.zip https://releases.hashicorp.com/terraform/0.12.0/terraform_0.12.0_linux_amd64.zip RUN unzip /tmp/terraform.zip RUN mv terraform /usr/bin/