Skip to content

Commit e5c6ebd

Browse files
authored
docs: bump tf version in offline docs (#7065)
1 parent 4b99e2d commit e5c6ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install/offline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN mkdir -p /opt/terraform
4545
# The below step is optional if you wish to keep the existing version.
4646
# See https://github.com/coder/coder/blob/main/provisioner/terraform/install.go#L23-L24
4747
# for supported Terraform versions.
48-
ARG TERRAFORM_VERSION=1.3.0
48+
ARG TERRAFORM_VERSION=1.3.9
4949
RUN apk update && \
5050
apk del terraform && \
5151
curl -LOs https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip \

0 commit comments

Comments
 (0)