From a8a6bbfc30789954f2499e91d16054381665db3e Mon Sep 17 00:00:00 2001 From: Spengreb Date: Thu, 24 Sep 2020 15:47:45 +0200 Subject: [PATCH] Update tf version to 12.24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1bca685..fc8f607 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.20/terraform_0.12.20_linux_amd64.zip +RUN wget -O /tmp/terraform.zip https://releases.hashicorp.com/terraform/0.12.24/terraform_0.12.24_linux_amd64.zip RUN unzip /tmp/terraform.zip RUN mv terraform /usr/bin/