Skip to content

Commit

Permalink
upgrade terraform to 1.2.8 in unit image
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Yang <ruiya@vmware.com>
  • Loading branch information
Rui Yang committed Aug 25, 2022
1 parent cca0232 commit feb59c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/unit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit feb59c7

Please sign in to comment.