mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
docs: bump tf version in offline docs (#7065)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user