⬆️ Upgrades code-server to 3.4.1 (#112)

Fixes #107
This commit is contained in:
Luke Waite 2020-07-08 15:11:12 -04:00 committed by GitHub
parent 8e6e2c9751
commit 0a2fc93049
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,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/v3.4.0/code-server-3.4.0-linux-${ARCH}.tar.gz" \
"https://github.com/cdr/code-server/releases/download/v3.4.1/code-server-3.4.1-linux-${ARCH}.tar.gz" \
&& mkdir -p /usr/local/lib/code-server \
&& tar zxvf \
/tmp/code.tar.gz \