⬆️ Upgrades code-server to 1.691-vsc1.33.0

This commit is contained in:
Franck Nijhof 2019-04-06 21:51:56 +02:00
parent 7463b1c189
commit 37796108c6
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -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.32.0-310/code-server-1.32.0-310-linux-x64.tar.gz" \
"https://github.com/codercom/code-server/releases/download/1.691-vsc1.33.0/code-server1.691-vsc1.33.0-linux-x64.tar.gz" \
&& tar zxvf \
/tmp/code.tar.gz \
--strip 1 -C /tmp \