Skip to content

Commit

Permalink
deps: Minor/patch version upgrades to Erlang and Elixir (#1363)
Browse files Browse the repository at this point in the history
This version of Erlang runs properly on macOS 14.
  • Loading branch information
arkadyan authored Oct 16, 2023
1 parent 8c57b24 commit 28f0f65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
elixir 1.14.3-otp-25
erlang 25.2.2
elixir 1.14.5-otp-25
erlang 25.3.2.7
nodejs 18.14.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# --- Set up Elixir build ---
FROM hexpm/elixir:1.14.3-erlang-25.2.2-debian-bullseye-20230109-slim as elixir-builder
FROM hexpm/elixir:1.14.5-erlang-25.3.2.7-debian-bullseye-20230612-slim as elixir-builder

ENV LANG=C.UTF-8 MIX_ENV=prod

Expand Down

0 comments on commit 28f0f65

Please sign in to comment.