Skip to content
Snippets Groups Projects

Update code-server to 4.100.1

3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -61,7 +61,7 @@ RUN mamba install --yes \
USER root
# install code-server and extensions
ENV CODE_VERSION=4.99.3
ENV CODE_VERSION=4.100.1
RUN wget --no-hsts -q https://github.com/coder/code-server/releases/download/v$CODE_VERSION/code-server_${CODE_VERSION}_amd64.deb && \
dpkg -i code-server_${CODE_VERSION}_amd64.deb && \
rm -f code-server_${CODE_VERSION}_amd64.deb && \
Loading