Skip to content

Commit

Permalink
build(deps): update Erlang, Elixir, load testing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
boringcactus committed Dec 24, 2024
1 parent 02b7e65 commit c9b010d
Show file tree
Hide file tree
Showing 5 changed files with 889 additions and 796 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.15.7-otp-26
erlang 26.1.2
elixir 1.18.1-otp-27
erlang 27.2
direnv 2.32.3
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# --- Set up Elixir build ---
FROM hexpm/elixir:1.15.7-erlang-26.1.2-alpine-3.18.4 AS elixir-builder
FROM hexpm/elixir:1.18.1-erlang-27.2-alpine-3.21.0 AS elixir-builder

ENV LANG=C.UTF-8 MIX_ENV=prod

Expand Down Expand Up @@ -32,7 +32,7 @@ RUN mix release


# --- Set up runtime container ---
FROM alpine:3.18.4
FROM alpine:3.21.0

ENV LANG=C.UTF-8 MIX_ENV=prod REPLACE_OS_VARS=true

Expand Down
4 changes: 2 additions & 2 deletions load_testing/.tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python 3.12.3
poetry 1.8.3
python 3.13.1
poetry 1.8.5
Loading

0 comments on commit c9b010d

Please sign in to comment.