⬆️ Upgrades code-server to 3.9.3 (#231)

This commit is contained in:
Franck Nijhof 2021-04-09 09:33:02 +02:00 committed by GitHub
parent a7aae154b5
commit 0c9a477d63
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}" = "aarch64" ]]; then ARCH="arm64"; fi \
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \ && if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \
&& curl -J -L -o /tmp/code.tar.gz \ && curl -J -L -o /tmp/code.tar.gz \
"https://github.com/cdr/code-server/releases/download/v3.9.2/code-server-3.9.2-linux-${ARCH}.tar.gz" \ "https://github.com/cdr/code-server/releases/download/v3.9.3/code-server-3.9.3-linux-${ARCH}.tar.gz" \
&& mkdir -p /usr/local/lib/code-server \ && mkdir -p /usr/local/lib/code-server \
&& tar zxvf \ && tar zxvf \
/tmp/code.tar.gz \ /tmp/code.tar.gz \