mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
⬆️ Updates code-server to 1.903-vsc1.33.1 (#29)
This commit is contained in:
parent
5d58577ec9
commit
45f86db5be
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ RUN \
|
|||
&& locale-gen en_US.UTF-8 \
|
||||
\
|
||||
&& curl -J -L -o /tmp/code.tar.gz \
|
||||
"https://github.com/codercom/code-server/releases/download/1.868-vsc1.33.1/code-server1.868-vsc1.33.1-linux-x64.tar.gz" \
|
||||
"https://github.com/codercom/code-server/releases/download/1.903-vsc1.33.1/code-server1.903-vsc1.33.1-linux-x64.tar.gz" \
|
||||
&& tar zxvf \
|
||||
/tmp/code.tar.gz \
|
||||
--strip 1 -C /tmp \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue