From feb59c722b8e2eda1455f1bb058cb4320f3be9c4 Mon Sep 17 00:00:00 2001 From: Rui Yang Date: Thu, 25 Aug 2022 11:59:38 -0400 Subject: [PATCH] upgrade terraform to 1.2.8 in unit image Signed-off-by: Rui Yang --- dockerfiles/unit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/unit/Dockerfile b/dockerfiles/unit/Dockerfile index 05edfe70..d0c3db1a 100644 --- a/dockerfiles/unit/Dockerfile +++ b/dockerfiles/unit/Dockerfile @@ -80,7 +80,7 @@ RUN curl -L https://releases.hashicorp.com/vault/0.7.3/vault_0.7.3_linux_amd64.z rm /tmp/vault.zip # install Terraform, ssh and jq for bin-smoke -RUN curl -fsSL https://releases.hashicorp.com/terraform/0.14.5/terraform_0.14.5_linux_amd64.zip -o /tmp/terraform.zip && \ +RUN curl -fsSL https://releases.hashicorp.com/terraform/1.2.8/terraform_1.2.8_darwin_amd64.zip -o /tmp/terraform.zip && \ unzip /tmp/terraform.zip -d /usr/local/bin && \ rm /tmp/terraform.zip RUN apt-get update && apt-get -y install jq openssh-client libnss3-tools