Dockerfile: bump OTP 28.4.1 -> 28.5.0.2 (+debian 20260623) to refresh Erlang :ssh

b19e499 · gmorell · 2026-07-02 02:53

1 files +5 -3
Message
{commit_body(@commit)}

Files changed

modified Dockerfile
+5 −3
@@ -9,11 +9,13 @@
9 9 # - https://hub.docker.com/r/hexpm/elixir/tags - for the build image
10 10 # - https://hub.docker.com/_/debian/tags?name=trixie-20260505-slim - for the release image
11 11 # - https://pkgs.org/ - resource for finding needed packages
12 # - Ex: docker.io/hexpm/elixir:1.19.5-erlang-28.4.1-debian-trixie-20260505-slim
12 +# - Ex: docker.io/hexpm/elixir:1.19.5-erlang-28.5.0.2-debian-trixie-20260623-slim
13 13 #
14 14 ARG ELIXIR_VERSION=1.19.5
15 ARG OTP_VERSION=28.4.1
16 ARG DEBIAN_VERSION=trixie-20260505-slim
15 +# OTP 28.5.0.2 (was 28.4.1): refreshes the Erlang :ssh app (embedded git
16 +# SSH daemon was hitting intermittent "incorrect signature" on 5.5.1).
17 +ARG OTP_VERSION=28.5.0.2
18 +ARG DEBIAN_VERSION=trixie-20260623-slim
17 19
18 20 ARG BUILDER_IMAGE="docker.io/hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
19 21 ARG RUNNER_IMAGE="docker.io/debian:${DEBIAN_VERSION}"

Parents: dcda945