Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Verified Commit c0abca5d authored by Benoît's avatar Benoît
Browse files

chore: Bump code-server to 4.95.1

parent 0b030fde
No related branches found
No related tags found
No related merge requests found
Pipeline #46693 passed with warnings
...@@ -8,7 +8,7 @@ ENV LANG=en_US.UTF-8 ...@@ -8,7 +8,7 @@ ENV LANG=en_US.UTF-8
USER root USER root
RUN /usr/local/bin/install_tools.sh RUN /usr/local/bin/install_tools.sh
RUN curl -L "https://github.com/cdr/code-server/releases/download/v4.93.1/code-server_4.93.1_$(dpkg --print-architecture).deb" -o /tmp/code-server.deb && \ RUN curl -L "https://github.com/cdr/code-server/releases/download/v4.95.1/code-server_4.95.1_$(dpkg --print-architecture).deb" -o /tmp/code-server.deb && \
dpkg -i /tmp/code-server.deb && rm /tmp/code-server.deb dpkg -i /tmp/code-server.deb && rm /tmp/code-server.deb
EXPOSE 8080 EXPOSE 8080
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment