Skip to content

Commit

Permalink
Mise à jour Elixir 1.13.3 (#42)
Browse files Browse the repository at this point in the history
* Bump Elixir to latest

* Bump test
  • Loading branch information
thbar committed Feb 24, 2022
1 parent 5238357 commit 13ff584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
IMAGE_NAME: ${{ github.repository }}
TEST_TAG: ${{ github.repository }}:test
TEST_EXPECTED_NODE_OUTPUT: "v16.14.0"
TEST_EXPECTED_ELIXIR_OUTPUT: "Elixir 1.13.2 (compiled with Erlang/OTP 24)"
TEST_EXPECTED_ELIXIR_OUTPUT: "Elixir 1.13.3 (compiled with Erlang/OTP 24)"
TEST_EXPECTED_ERLANG_OUTPUT: "24.2.1"
jobs:
build-and-push-image:
Expand Down
2 changes: 1 addition & 1 deletion 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.2-erlang-24.2.1-ubuntu-focal-20211006
FROM hexpm/elixir:1.13.3-erlang-24.2.1-ubuntu-focal-20211006

ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Paris
Expand Down

0 comments on commit 13ff584

Please sign in to comment.