Skip to content

Commit

Permalink
Mises à jour Elixir, Erlang, NodeJS (#46)
Browse files Browse the repository at this point in the history
* Bump Elixir 1.13.x and OTP 24.x

* Bump node to latest LTS

* Update tests
  • Loading branch information
thbar committed May 23, 2022
1 parent d5195b5 commit c39cbf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
TEST_TAG: ${{ github.repository }}:test
TEST_EXPECTED_NODE_OUTPUT: "v16.14.0"
TEST_EXPECTED_ELIXIR_OUTPUT: "Elixir 1.13.3 (compiled with Erlang/OTP 24)"
TEST_EXPECTED_ERLANG_OUTPUT: "24.2.1"
TEST_EXPECTED_NODE_OUTPUT: "v16.15.0"
TEST_EXPECTED_ELIXIR_OUTPUT: "Elixir 1.13.4 (compiled with Erlang/OTP 24)"
TEST_EXPECTED_ERLANG_OUTPUT: "24.3.4"
jobs:
build-and-push-image:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 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.3 as transport-tools
# So again, to upgrade this, check out :
#
# https://hub.docker.com/r/hexpm/elixir
FROM hexpm/elixir:1.13.3-erlang-24.2.1-ubuntu-focal-20211006
FROM hexpm/elixir:1.13.4-erlang-24.3.4-ubuntu-focal-20211006

ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Paris
Expand Down Expand Up @@ -69,7 +69,7 @@ RUN cat /etc/os-release
RUN cat /etc/lsb-release

ENV NVM_VERSION v0.39.1
ENV NODE_VERSION 16.14.0
ENV NODE_VERSION 16.15.0
ENV NVM_DIR $HOME/.nvm

RUN mkdir $NVM_DIR
Expand Down

0 comments on commit c39cbf9

Please sign in to comment.