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

Bump code-server to 4.17.0

parent b2276309
No related branches found
Tags 4.17.0-r0
No related merge requests found
Pipeline #24664 passed
......@@ -8,7 +8,7 @@ ENV LANG=en_US.UTF-8
USER root
RUN /usr/local/bin/install_tools.sh
RUN curl -L "https://github.com/cdr/code-server/releases/download/v4.16.1/code-server_4.16.1_$(dpkg --print-architecture).deb" -o /tmp/code-server.deb && \
RUN curl -L "https://github.com/cdr/code-server/releases/download/v4.17.0/code-server_4.17.0_$(dpkg --print-architecture).deb" -o /tmp/code-server.deb && \
dpkg -i /tmp/code-server.deb && rm /tmp/code-server.deb
EXPOSE 8080
......
......@@ -7,7 +7,7 @@ DEBIAN_FRONTEND=noninteractive
echo "Install tools"
apt-get update >/dev/null
apt-get dist-upgrade -y
apt-get install -y --no-install-recommends dumb-init sudo locales procps lsb-release vim pwgen jq wget curl unzip software-properties-common gpg gettext ca-certificates openssh-client git bzip2 zsh
apt-get install -y --no-install-recommends dumb-init man sudo locales procps lsb-release vim pwgen jq wget curl unzip software-properties-common gpg gettext ca-certificates openssh-client git bzip2 zsh
curl -sL --fail --show-error https://aquasecurity.github.io/trivy-repo/deb/public.key | gpg --dearmor | tee /usr/share/keyrings/trivy.gpg > /dev/null
echo "deb [arch=\"$(dpkg --print-architecture)\" signed-by=/usr/share/keyrings/trivy.gpg] https://aquasecurity.github.io/trivy-repo/deb buster main" | tee -a /etc/apt/sources.list.d/trivy.list
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /usr/share/keyrings/docker.gpg
......
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