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

tf-?pu: Update code-server to 4.93.1

parent 7bba4db5
No related branches found
No related tags found
1 merge request!32Update code-server and Readme
...@@ -56,8 +56,7 @@ RUN mamba install --yes --no-update-deps \ ...@@ -56,8 +56,7 @@ RUN mamba install --yes --no-update-deps \
USER root USER root
# install code-server and extensions # install code-server and extensions
# NOTE: DO NOT UPDATE TO 4.92 WITHOUT INSTALLING AN EXTENSION TO VIEW ARRAYS AND DATAFRAMES ENV CODE_VERSION=4.93.1
ENV CODE_VERSION=4.91.0
RUN wget --no-hsts -q https://github.com/coder/code-server/releases/download/v$CODE_VERSION/code-server_${CODE_VERSION}_amd64.deb && \ 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 && \ dpkg -i code-server_${CODE_VERSION}_amd64.deb && \
rm -f code-server_${CODE_VERSION}_amd64.deb && \ rm -f code-server_${CODE_VERSION}_amd64.deb && \
......
...@@ -9,8 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] ...@@ -9,8 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
USER root USER root
# install code-server and extensions # install code-server and extensions
# NOTE: DO NOT UPDATE TO 4.92 WITHOUT INSTALLING AN EXTENSION TO VIEW ARRAYS AND DATAFRAMES ENV CODE_VERSION=4.93.1
ENV CODE_VERSION=4.91.0
RUN wget --no-hsts -q https://github.com/coder/code-server/releases/download/v$CODE_VERSION/code-server_${CODE_VERSION}_amd64.deb && \ 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 && \ dpkg -i code-server_${CODE_VERSION}_amd64.deb && \
rm -f 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