mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-04 19:21:24 +00:00
⬆️ Upgrades code-server to 3.5.0
This commit is contained in:
parent
2d97b75f87
commit
f4ef70d60f
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,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.4.1/code-server-3.4.1-linux-${ARCH}.tar.gz" \
|
"https://github.com/cdr/code-server/releases/download/v3.5.0/code-server-3.5.0-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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue