⬇️ Downgrades code-server to 1.32.0-310

This commit is contained in:
Franck Nijhof 2019-03-28 23:10:56 +01:00
parent 07fd06720e
commit 0c3fd44420
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

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