Skip to content

Commit 66ec98f

Browse files
authored
fix: pin code-server to 4.8.3 (#5363)
* fix: pin code-server to 4.8.3 We're having some terminal issues on macOS clients (i.e. iPad) with 4.9.0 so downgrading to 4.8.3 in the meantime. * Update dogfood/main.tf
1 parent 971e367 commit 66ec98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resource "coder_agent" "dev" {
3636
#!/bin/sh
3737
set -x
3838
# install and start code-server
39-
curl -fsSL https://code-server.dev/install.sh | sh
39+
curl -fsSL https://code-server.dev/install.sh | sh -s -- --version 4.8.3
4040
code-server --auth none --port 13337 &
4141
sudo service docker start
4242
coder dotfiles -y 2>&1 | tee ~/.personalize.log

0 commit comments

Comments
 (0)