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

Add note to not update to code-server 4.92

parent 53d1a747
Branches
No related tags found
1 merge request!32Update code-server and Readme
...@@ -57,6 +57,7 @@ RUN mamba install --yes --no-update-deps \ ...@@ -57,6 +57,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.91.0 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 && \
......
...@@ -10,6 +10,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] ...@@ -10,6 +10,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.91.0 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 && \
......
...@@ -56,6 +56,7 @@ RUN mamba install --yes --no-update-deps \ ...@@ -56,6 +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.91.0 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 && \
......
...@@ -9,6 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] ...@@ -9,6 +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.91.0 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 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment