We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be404b2 commit 64fe399Copy full SHA for 64fe399
2 files changed
.tool-versions
@@ -1,2 +1,2 @@
1
elixir 1.19.5-otp-28
2
-erlang 28.4.3
+erlang 28.5
Dockerfile
@@ -14,7 +14,7 @@
14
# - Ex: hexpm/elixir:1.15.4-erlang-26.0.2-debian-bullseye-20230612-slim
15
#
16
ARG ELIXIR_VERSION=1.19.5
17
-ARG OTP_VERSION=28.4.3
+ARG OTP_VERSION=28.5
18
ARG DEBIAN_VERSION=bullseye-20260421-slim
19
20
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
0 commit comments