From 1f3d0e08ea223ae55d25e5b2d630dd952997b0a0 Mon Sep 17 00:00:00 2001 From: Vincent Degove Date: Fri, 15 Mar 2024 16:25:54 +0100 Subject: [PATCH] Bump versions --- transport-site/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/transport-site/Dockerfile b/transport-site/Dockerfile index ee7aaf2..412775d 100644 --- a/transport-site/Dockerfile +++ b/transport-site/Dockerfile @@ -21,7 +21,7 @@ FROM ghcr.io/etalab/transport-tools:v1.0.7 as transport-tools # So again, to upgrade this, check out : # # https://hub.docker.com/r/hexpm/elixir -FROM hexpm/elixir:1.15.5-erlang-24.3.4.13-ubuntu-focal-20230126 +FROM hexpm/elixir:1.16.2-erlang-25.3.2.10-ubuntu-focal-20240123 ARG DEBIAN_FRONTEND=noninteractive ENV TZ=Europe/Paris @@ -72,8 +72,8 @@ RUN uname --all RUN cat /etc/os-release RUN cat /etc/lsb-release -ENV NVM_VERSION v0.39.5 -ENV NODE_VERSION 18.17.1 +ENV NVM_VERSION v0.39.7 +ENV NODE_VERSION 20.11.1 ENV NVM_DIR $HOME/.nvm RUN mkdir $NVM_DIR