File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55set -xe
66DEFAULT_PREFIX=" ${1} "
77shift # path to environment yaml or lock file
8- CODE_SERVER_VERSION=4.23.1
8+ CODE_SERVER_VERSION=4.104.3
99
1010mkdir -p ${DEFAULT_PREFIX} /code-server
1111cd ${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
1717if [[ ! $( sha256sum install.sh) == " ${expected_sum} install.sh" ]]; then
1818 echo Unexpected hash from code-server install script
You can’t perform that action at this time.
0 commit comments