From 53175c47a679fc02b8a43715b2f6c6f5a5eb690b Mon Sep 17 00:00:00 2001 From: conor Date: Tue, 5 Nov 2019 10:11:29 +0100 Subject: [PATCH] Update terraform version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aedc309..07d16a0 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.12.6/terraform_0.12.6_linux_amd64.zip +RUN wget -O /tmp/terraform.zip https://releases.hashicorp.com/terraform/0.12.9/terraform_0.12.9_linux_amd64.zip RUN unzip /tmp/terraform.zip RUN mv terraform /usr/bin/