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 381982f7 authored by Benoît's avatar Benoît
Browse files

Bump code-server to 4.11.0

parent 2c2c3685
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ annotations:
image: docker.io/bitnami/configurable-http-proxy:4.5.4-debian-11-r17
artifacthub.io/license: MIT
apiVersion: v2
appVersion: 4.10.0
appVersion: 4.11.0
dependencies:
- condition: postgresql.enabled
name: postgresql
......@@ -40,4 +40,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/jupyterhub
- https://github.com/jupyterhub/jupyterhub
- https://github.com/coder/code-server
version: 3.0.8
version: 3.0.9
......@@ -34,7 +34,7 @@ RUN ARCH="$(dpkg --print-architecture)" && \
mkdir -p /etc/fixuid && \
printf "user: coder\ngroup: coder\n" > /etc/fixuid/config.yml
RUN curl -L https://github.com/cdr/code-server/releases/download/v4.10.0/code-server_4.10.0_$(dpkg --print-architecture).deb -o /tmp/code-server.deb && \
RUN curl -L https://github.com/cdr/code-server/releases/download/v4.11.0/code-server_4.11.0_$(dpkg --print-architecture).deb -o /tmp/code-server.deb && \
dpkg -i /tmp/code-server.deb && rm /tmp/code-server.deb
EXPOSE 8080
......
......@@ -33,7 +33,7 @@ RUN ARCH="$(dpkg --print-architecture)" && \
mkdir -p /etc/fixuid && \
printf "user: coder\ngroup: coder\n" > /etc/fixuid/config.yml
RUN curl -L https://github.com/cdr/code-server/releases/download/v4.10.0/code-server_4.10.0_$(dpkg --print-architecture).deb -o /tmp/code-server.deb && \
RUN curl -L https://github.com/cdr/code-server/releases/download/v4.11.0/code-server_4.11.0_$(dpkg --print-architecture).deb -o /tmp/code-server.deb && \
dpkg -i /tmp/code-server.deb && rm /tmp/code-server.deb
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