Skip to content

Commit

Permalink
⬆️ Updates code-server to 1.903-vsc1.33.1 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 authored and frenck committed Apr 20, 2019
1 parent 5d58577 commit 45f86db
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 @@ -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 \
Expand Down

0 comments on commit 45f86db

Please sign in to comment.