From 1c35f63128f08246ebfa840f61fbf650e9cd1a6a Mon Sep 17 00:00:00 2001 From: Phyllis Nora Noester Date: Wed, 15 Apr 2020 11:19:05 +0200 Subject: [PATCH] update tf version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 580a2b4..a460358 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,8 +18,8 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2 RUN unzip awscliv2.zip RUN ./aws/install -RUN curl -O https://releases.hashicorp.com/terraform/0.12.23/terraform_0.12.23_linux_amd64.zip -RUN unzip terraform_0.12.23_linux_amd64.zip +RUN curl -O https://releases.hashicorp.com/terraform/0.12.24/terraform_0.12.24_linux_amd64.zip +RUN unzip terraform_0.12.24_linux_amd64.zip RUN mv terraform /usr/local/bin/ RUN curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/ubuntu_64bit/session-manager-plugin.deb" -o "session-manager-plugin.deb"