Skip to content

Commit

Permalink
Update terraform cli from 1.0.7 to 1.7.5 (#159)
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Mar 15, 2024
1 parent fcf3ed0 commit f7201ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion universal/ubi8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ RUN <<EOF
set -euf -o pipefail
TEMP_DIR="$(mktemp -d)"
cd "${TEMP_DIR}"
TF_VERSION="1.0.7"
TF_VERSION="1.7.5"
TF_ARCH="linux_amd64"
TF_ZIP="terraform_${TF_VERSION}_${TF_ARCH}.zip"
TF_ZIP_URL="https://releases.hashicorp.com/terraform/${TF_VERSION}/${TF_ZIP}"
Expand Down

0 comments on commit f7201ea

Please sign in to comment.