Skip to content

Commit

Permalink
⬇️ Downgrades code-server to 1.32.0-310
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Mar 28, 2019
1 parent 07fd067 commit 0c3fd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0c3fd44

Please sign in to comment.