From 6a0181c1b40ca67509d4c5b6861c8bdef466be96 Mon Sep 17 00:00:00 2001 From: Joachim Hill-Grannec Date: Mon, 9 Oct 2017 11:12:08 -0400 Subject: [PATCH] Updating to terraform 0.10.7 since the newest version now include the registry for providers --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9d3b38e..98bccd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apk -U add \ wget && \ rm -rf /var/cache/apk/* -ENV TERRAFORM_VERSION 0.10.3 +ENV TERRAFORM_VERSION 0.10.7 RUN wget -q https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -O terraform.zip && \ unzip terraform.zip -d /bin && \ rm -f terraform.zip