Skip to content

Commit 0e120d5

Browse files
authored
update code-server to latest version (#227)
update code-server
1 parent 30457aa commit 0e120d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/install-code-server.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
set -xe
66
DEFAULT_PREFIX="${1}"
77
shift # path to environment yaml or lock file
8-
CODE_SERVER_VERSION=4.23.1
8+
CODE_SERVER_VERSION=4.104.3
99

1010
mkdir -p ${DEFAULT_PREFIX}/code-server
1111
cd ${DEFAULT_PREFIX}/code-server
1212

1313
# Fetch the snapshot of https://code-server.dev/install.sh as of the time of writing
14-
wget --quiet https://raw.githubusercontent.com/coder/code-server/v4.23.1/install.sh
15-
expected_sum=ef0324043bc7493989764315e22bbc85c38c4e895549538b7e701948b64495e6
14+
wget --quiet https://raw.githubusercontent.com/coder/code-server/v4.104.3/install.sh
15+
expected_sum=e86784e9fec81106c74941e55dbbcb85dc963a06ad6c3f1a870d4a22cf432e1d
1616

1717
if [[ ! $(sha256sum install.sh) == "${expected_sum} install.sh" ]]; then
1818
echo Unexpected hash from code-server install script

0 commit comments

Comments
 (0)