From 847d1fbd7817b2a98927c85b171c881cbd2084e7 Mon Sep 17 00:00:00 2001 From: phyllisnoester <43133295+phyllisnoester@users.noreply.github.com> Date: Mon, 26 Apr 2021 08:39:22 +0200 Subject: [PATCH] Terraform minor version upgrade --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c6674b1..6949dde 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.26/terraform_0.12.26_linux_amd64.zip -RUN unzip terraform_0.12.26_linux_amd64.zip +RUN curl -O https://releases.hashicorp.com/terraform/0.12.26/terraform_0.12.30_linux_amd64.zip +RUN unzip terraform_0.12.30_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"