We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f40f4 commit ab81e76Copy full SHA for ab81e76
1 file changed
tools/cloud-build/images/test-runner/Dockerfile
@@ -31,7 +31,7 @@ RUN curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add - && \
31
apt-add-repository "deb [arch=$(dpkg --print-architecture)] https://apt.releases.hashicorp.com bullseye main" && \
32
apt-get -y update && \
33
# Pin Terraform version to 1.12.2
34
- apt-get install -y unzip python3-pip python3-netaddr terraform=1.12.2 packer jq && \
+ apt-get install -y unzip python3-pip python3-netaddr terraform=1.12.2-1 packer jq && \
35
# install gcloud
36
echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" \
37
| tee -a /etc/apt/sources.list.d/google-cloud-sdk.list && \
0 commit comments