Skip to content

Commit

Permalink
Mise à jour Elixir (1.15), NVM, Node (#54)
Browse files Browse the repository at this point in the history
* Update Elixir, NVM, Node
* Update tests
  • Loading branch information
thbar committed Aug 30, 2023
1 parent ed51465 commit e25e321
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions transport-site/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e25e321

Please sign in to comment.