docs: bump tf version in offline docs (#7065)

This commit is contained in:
Eric Paulsen
2023-04-10 11:04:31 -04:00
committed by GitHub
parent 4b99e2d07e
commit e5c6ebdc96
+1 -1
View File
@@ -45,7 +45,7 @@ RUN mkdir -p /opt/terraform
# The below step is optional if you wish to keep the existing version.
# See https://github.com/coder/coder/blob/main/provisioner/terraform/install.go#L23-L24
# for supported Terraform versions.
ARG TERRAFORM_VERSION=1.3.0
ARG TERRAFORM_VERSION=1.3.9
RUN apk update && \
apk del terraform && \
curl -LOs https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip \