Skip to content

Commit

Permalink
Update go-plus to use Terraform 1.8.3 (GoogleCloudPlatform#10790)
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench authored May 24, 2024
1 parent c1d3273 commit 285e759
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci/containers/go-plus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

RUN wget https://releases.hashicorp.com/terraform/1.2.5/terraform_1.2.5_linux_amd64.zip \
&& unzip terraform_1.2.5_linux_amd64.zip \
&& rm terraform_1.2.5_linux_amd64.zip \
RUN wget https://releases.hashicorp.com/terraform/1.8.3/terraform_1.8.3_linux_amd64.zip \
&& unzip terraform_1.8.3_linux_amd64.zip \
&& rm terraform_1.8.3_linux_amd64.zip \
&& mv ./terraform /bin/terraform

0 comments on commit 285e759

Please sign in to comment.