From d3b10efd60aad9dce3d2022496e1bc0e7a95ebce Mon Sep 17 00:00:00 2001 From: Brandon Price Date: Fri, 7 Jun 2019 15:41:12 -0400 Subject: [PATCH] update current version of terraform binary --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7cb83cfe7..fdd7ce5b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM runatlantis/atlantis-base:v3.0 LABEL authors="Anubhav Mishra, Luke Kysow" # install terraform binaries -ENV DEFAULT_TERRAFORM_VERSION=0.12.0 +ENV DEFAULT_TERRAFORM_VERSION=0.12.1 # In the official Atlantis image we only have the latest of each Terrafrom version. RUN AVAILABLE_TERRAFORM_VERSIONS="0.8.8 0.9.11 0.10.8 0.11.14 ${DEFAULT_TERRAFORM_VERSION}" && \