Skip to content

Commit

Permalink
Update build-environment image to use Terraform 1.8.3 (GoogleCloudPla…
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench authored and Cheriit committed Jun 4, 2024
1 parent 11306c7 commit 2ff7fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/containers/build-environment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 1777 "$GOPATH"
WORKDIR $GOPATH

# terraform binary used by tfv/tgc
COPY --from=hashicorp/terraform:1.4.2 /bin/terraform /bin/terraform
COPY --from=hashicorp/terraform:1.8.3 /bin/terraform /bin/terraform

SHELL ["/bin/bash", "-c"]

Expand Down

0 comments on commit 2ff7fd1

Please sign in to comment.