Skip to content

Commit

Permalink
update code-server to 4.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rferrazz committed Dec 22, 2023
1 parent 45407d6 commit 43b6ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ADD resources/yocto-env /opt/tools/yocto-env
RUN install_clean vim git wget curl sudo locales

# install vs-code
ENV CODE_VERSION "4.8.0"
ENV CODE_VERSION "4.20.0"
RUN curl -fL https://github.com/coder/code-server/releases/download/v$CODE_VERSION/code-server-$CODE_VERSION-linux-amd64.tar.gz \
| tar -C /opt -xz && mv /opt/code-server-$CODE_VERSION-linux-amd64 /opt/code-server
ADD resources/code-server.yaml /opt/
Expand Down

0 comments on commit 43b6ed7

Please sign in to comment.