We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b99e2d commit e5c6ebdCopy full SHA for e5c6ebd
docs/install/offline.md
@@ -45,7 +45,7 @@ RUN mkdir -p /opt/terraform
45
# The below step is optional if you wish to keep the existing version.
46
# See https://github.com/coder/coder/blob/main/provisioner/terraform/install.go#L23-L24
47
# for supported Terraform versions.
48
-ARG TERRAFORM_VERSION=1.3.0
+ARG TERRAFORM_VERSION=1.3.9
49
RUN apk update && \
50
apk del terraform && \
51
curl -LOs https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip \
0 commit comments