Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update Erlang, Elixir, load testing deps #260

Merged
merged 2 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading