⬆️ Upgrades code-server to 4.10.1 (#582)

This commit is contained in:
Franck Nijhof 2023-03-05 19:29:33 +01:00 committed by GitHub
parent 412f92627b
commit 060e80db08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ RUN \
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \
&& curl -J -L -o /tmp/code.tar.gz \
"https://github.com/cdr/code-server/releases/download/v4.9.1/code-server-4.9.1-linux-${ARCH}.tar.gz" \
"https://github.com/cdr/code-server/releases/download/v4.10.1/code-server-4.10.1-linux-${ARCH}.tar.gz" \
&& mkdir -p /usr/local/lib/code-server \
&& tar zxvf \
/tmp/code.tar.gz \