From f21f8d38fbb3419c7ddf34ae2b856914b3024e0f Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 15 Dec 2022 18:04:28 +0000 Subject: [PATCH 1/2] chore(templates): pin code-server to 4.8.3 --- examples/templates/aws-ecs-container/main.tf | 2 +- examples/templates/aws-linux/main.tf | 2 +- examples/templates/docker-image-builds/main.tf | 2 +- examples/templates/docker/main.tf | 2 +- examples/templates/gcp-linux/main.tf | 2 +- examples/templates/gcp-vm-container/main.tf | 2 +- examples/templates/kubernetes/main.tf | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/templates/aws-ecs-container/main.tf b/examples/templates/aws-ecs-container/main.tf index 4eaa8edbc3730..482b7409df37f 100644 --- a/examples/templates/aws-ecs-container/main.tf +++ b/examples/templates/aws-ecs-container/main.tf @@ -99,7 +99,7 @@ resource "coder_agent" "coder" { startup_script = < Date: Thu, 15 Dec 2022 18:05:19 +0000 Subject: [PATCH 2/2] docs: use code-server 4.8.3 in install snippets --- docs/ides/web-ides.md | 5 +++-- docs/templates.md | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/ides/web-ides.md b/docs/ides/web-ides.md index 24fa720b2e7ed..5e27964f4a60f 100644 --- a/docs/ides/web-ides.md +++ b/docs/ides/web-ides.md @@ -51,7 +51,8 @@ resource "coder_agent" "main" { startup_script = <