Skip to content

Commit 4922be1

Browse files
authored
Update to Erlang 29.0 and Elixir 1.20.0-rc.5. (#312)
1 parent 27fb997 commit 4922be1

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
elixir 1.19.5-otp-28
2-
erlang 28.5
1+
elixir 1.20.0-rc.5-otp-29
2+
erlang 29.0

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
# - https://pkgs.org/ - resource for finding needed packages
1414
# - Ex: hexpm/elixir:1.15.4-erlang-26.0.2-debian-bullseye-20230612-slim
1515
#
16-
ARG ELIXIR_VERSION=1.19.5
17-
ARG OTP_VERSION=28.5
18-
ARG DEBIAN_VERSION=bullseye-20260421-slim
16+
ARG ELIXIR_VERSION=1.20.0-rc.5
17+
ARG OTP_VERSION=29.0
18+
ARG DEBIAN_VERSION=bullseye-20260505-slim
1919

2020
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
2121
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule ZeroPhoenix.Mixfile do
55
[
66
app: :zero_phoenix,
77
version: "3.6.0",
8-
elixir: "~> 1.19.5",
8+
elixir: "~> 1.20.0-rc.5",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,
1111
aliases: aliases(),
@@ -43,10 +43,10 @@ defmodule ZeroPhoenix.Mixfile do
4343
{:telemetry_metrics, "~> 0.6.2"},
4444
{:telemetry_poller, "~> 1.0.0"},
4545
{:gettext, "~> 0.22.3"},
46-
{:jason, "~> 1.4.4"},
46+
{:jason, "~> 1.4.5"},
4747
{:bandit, "~> 1.3.0"},
4848
{:absinthe, "~> 1.7.10"},
49-
{:absinthe_plug, "~> 1.5.9"},
49+
{:absinthe_plug, "~> 1.5.10"},
5050
{:cors_plug, "~> 3.0.3"},
5151
{:ecto_psql_extras, "~> 0.7.15"},
5252
{:credo, "~> 1.7.18", only: [:dev, :test], runtime: false}

0 commit comments

Comments
 (0)