mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-07 04:31:24 +00:00
⬆️ Upgrades code-server to 2.1692-vsc1.39.2
This commit is contained in:
parent
6dad5657f5
commit
2325061e0d
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ RUN \
|
||||||
&& locale-gen en_US.UTF-8 \
|
&& locale-gen en_US.UTF-8 \
|
||||||
\
|
\
|
||||||
&& curl -J -L -o /tmp/code.tar.gz \
|
&& curl -J -L -o /tmp/code.tar.gz \
|
||||||
"https://github.com/cdr/code-server/releases/download/2.1665-vsc1.39.2/code-server2.1665-vsc1.39.2-linux-x86_64.tar.gz" \
|
"https://github.com/cdr/code-server/releases/download/2.1692-vsc1.39.2/code-server2.1692-vsc1.39.2-linux-x86_64.tar.gz" \
|
||||||
&& tar zxvf \
|
&& tar zxvf \
|
||||||
/tmp/code.tar.gz \
|
/tmp/code.tar.gz \
|
||||||
--strip 1 -C /tmp \
|
--strip 1 -C /tmp \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue