Skip to content

Commit ab81e76

Browse files
authored
Update terraform version syntax in test runner (GoogleCloudPlatform#5128)
1 parent 27f40f4 commit ab81e76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/cloud-build/images/test-runner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add - && \
3131
apt-add-repository "deb [arch=$(dpkg --print-architecture)] https://apt.releases.hashicorp.com bullseye main" && \
3232
apt-get -y update && \
3333
# Pin Terraform version to 1.12.2
34-
apt-get install -y unzip python3-pip python3-netaddr terraform=1.12.2 packer jq && \
34+
apt-get install -y unzip python3-pip python3-netaddr terraform=1.12.2-1 packer jq && \
3535
# install gcloud
3636
echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" \
3737
| tee -a /etc/apt/sources.list.d/google-cloud-sdk.list && \

0 commit comments

Comments
 (0)