Skip to content

Commit a9447ec

Browse files
authored
Update to Erlang 28.4.3 and code cleanup. (#303)
1 parent 4d5d3cc commit a9447ec

3 files changed

Lines changed: 6 additions & 9 deletions

File tree

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
elixir 1.19.5-otp-28
2-
erlang 28.4.2
2+
erlang 28.4.3

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# - Ex: hexpm/elixir:1.15.4-erlang-26.0.2-debian-bullseye-20230612-slim
1515
#
1616
ARG ELIXIR_VERSION=1.19.5
17-
ARG OTP_VERSION=28.4.2
18-
ARG DEBIAN_VERSION=bullseye-20260406-slim
17+
ARG OTP_VERSION=28.4.3
18+
ARG DEBIAN_VERSION=bullseye-20260421-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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ defmodule ZeroPhoenix.Mixfile do
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,
1111
aliases: aliases(),
12-
deps: deps(),
13-
preferred_cli_env: [
14-
"test.watch": :test
15-
]
12+
deps: deps()
1613
]
1714
end
1815

@@ -51,8 +48,8 @@ defmodule ZeroPhoenix.Mixfile do
5148
{:absinthe, "~> 1.7.10"},
5249
{:absinthe_plug, "~> 1.5.9"},
5350
{:cors_plug, "~> 3.0.3"},
54-
{:credo, "~> 1.7.18", only: [:dev, :test], runtime: false},
55-
{:ecto_psql_extras, "~> 0.7.15"}
51+
{:ecto_psql_extras, "~> 0.7.15"},
52+
{:credo, "~> 1.7.18", only: [:dev, :test], runtime: false}
5653
]
5754
end
5855

0 commit comments

Comments
 (0)