⬆️ Upgrades code-server to 4.3.0 (#430)

This commit is contained in:
Franck Nijhof 2022-04-20 13:49:12 +02:00 committed by GitHub
parent a2b009c7fe
commit 7ed810c1e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,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.2.0/code-server-4.2.0-linux-${ARCH}.tar.gz" \
"https://github.com/cdr/code-server/releases/download/v4.3.0/code-server-4.3.0-linux-${ARCH}.tar.gz" \
&& mkdir -p /usr/local/lib/code-server \
&& tar zxvf \
/tmp/code.tar.gz \