chore: Update code-server in example templates (#6806)

Update code-server from `4.8.3` to `4.11.0`
This commit is contained in:
Muhammad Atif Ali
2023-04-07 20:09:46 +03:00
committed by GitHub
parent 7e530b0652
commit 592b84984f
8 changed files with 8 additions and 8 deletions

View File

@ -83,7 +83,7 @@ resource "coder_agent" "main" {
set -e
# install and start code-server
curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --prefix=/tmp/code-server --version 4.8.3
curl -fsSL https://code-server.dev/install.sh | sh -s -- --method=standalone --prefix=/tmp/code-server --version 4.11.0
/tmp/code-server/bin/code-server --auth none --port 13337 >/tmp/code-server.log 2>&1 &
EOT
}