8000 Update Coder provider version to 2.2.0 · coder/coder@1f11911 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f11911

Browse files
authored
Update Coder provider version to 2.2.0
1 parent 8eebe73 commit 1f11911

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
@@ -79,7 +79,7 @@ ADD filesystem-mirror-example.tfrc /home/coder/.terraformrc
7979
# Optionally, we can "seed" the filesystem mirror with common providers.
8080
# Comment out lines 40-49 if you plan on only using a volume or network mirror:
8181
WORKDIR /home/coder/.terraform.d/plugins/registry.terraform.io
82-
ARG CODER_PROVIDER_VERSION=2.1.3
82+
ARG CODER_PROVIDER_VERSION=2.2.0
8383
RUN echo "Adding coder/coder v${CODER_PROVIDER_VERSION}" \
8484
&& mkdir -p coder/coder && cd coder/coder \
8585
&& curl -LOs https://github.com/coder/terraform-provider-coder/releases/download/v${CODER_PROVIDER_VERSION}/terraform-provider-coder_${CODER_PROVIDER_VERSION}_linux_amd64.zip

0 commit comments

Comments
 (0)
0