Skip to content
Snippets Groups Projects
Commit db0e0e44 authored by Christof Kaufmann's avatar Christof Kaufmann
Browse files

Update code-server to 4.101.1

parent 2d5c6921
Branches development
No related tags found
1 merge request!49Update code-server and change packages
......@@ -61,7 +61,7 @@ RUN mamba install --yes \
USER root
# install code-server and extensions
ENV CODE_VERSION=4.100.3
ENV CODE_VERSION=4.101.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 && \
......
......@@ -18,7 +18,7 @@ RUN apt-get update --yes && \
apt-get clean && rm -rf /var/lib/apt/lists/*
# install code-server and extensions
ENV CODE_VERSION=4.100.3
ENV CODE_VERSION=4.101.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 && \
......
......@@ -18,7 +18,7 @@ RUN apt-get update --yes && \
apt-get clean && rm -rf /var/lib/apt/lists/*
# install code-server and extensions
ENV CODE_VERSION=4.100.3
ENV CODE_VERSION=4.101.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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment