mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
chore: Update code-server in example templates (#6806)
Update code-server from `4.8.3` to `4.11.0`
This commit is contained in:
committed by
GitHub
parent
7e530b0652
commit
592b84984f
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user