From e25e321996e67c637cf00def7cc183966a9ecf08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibaut=20Barr=C3=A8re?= Date: Wed, 30 Aug 2023 21:36:25 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20Elixir=20(1.15),=20NVM,?= =?UTF-8?q?=20Node=20(#54)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update Elixir, NVM, Node * Update tests --- .github/workflows/docker.yml | 4 ++-- transport-site/Dockerfile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 424b5cf..45b013d 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -19,8 +19,8 @@ env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} TEST_TAG: ${{ github.repository }}:test - TEST_EXPECTED_NODE_OUTPUT: "v18.16.1" - TEST_EXPECTED_ELIXIR_OUTPUT: "Elixir 1.14.5 (compiled with Erlang/OTP 24)" + TEST_EXPECTED_NODE_OUTPUT: "v18.17.1" + TEST_EXPECTED_ELIXIR_OUTPUT: "Elixir 1.15.5 (compiled with Erlang/OTP 24)" TEST_EXPECTED_ERLANG_OUTPUT: "24.3.4.13" jobs: build-and-push-image: diff --git a/transport-site/Dockerfile b/transport-site/Dockerfile index 5b51d1b..ee7aaf2 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.14.5-erlang-24.3.4.13-ubuntu-focal-20230126 +FROM hexpm/elixir:1.15.5-erlang-24.3.4.13-ubuntu-focal-20230126 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.3 -ENV NODE_VERSION 18.16.1 +ENV NVM_VERSION v0.39.5 +ENV NODE_VERSION 18.17.1 ENV NVM_DIR $HOME/.nvm RUN mkdir $NVM_DIR