From 26ac82653eedb049ece306bc6ff06c21d2f64136 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Thu, 4 Jun 2026 15:41:19 -0500 Subject: [PATCH] chore: update elixir 1.20.0 / erlang 29.0.1 / debian trixie, add libsctp1 --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1515e379..3e0ddd12 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,9 +13,9 @@ # - https://pkgs.org/ - resource for finding needed packages # - Ex: docker.io/hexpm/elixir:1.19.4-erlang-28.3-debian-trixie-20251229-slim # -ARG ELIXIR_VERSION=1.19.5 -ARG OTP_VERSION=28.4.1 -ARG DEBIAN_VERSION=trixie-20260316-slim +ARG ELIXIR_VERSION=1.20.0 +ARG OTP_VERSION=29.0.1 +ARG DEBIAN_VERSION=trixie-20260518-slim ARG BUILDER_IMAGE="docker.io/hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}" ARG RUNNER_IMAGE="docker.io/debian:${DEBIAN_VERSION}" @@ -97,7 +97,7 @@ RUN --mount=type=cache,target=/root/.mix \ FROM ${RUNNER_IMAGE} AS final RUN apt-get update \ - && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libstdc++6 openssl libncurses6 locales ca-certificates iputils-ping snmp libsnmp40 \ + && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libstdc++6 openssl libncurses6 locales ca-certificates iputils-ping snmp libsnmp40 libsctp1 \ && rm -rf /var/lib/apt/lists/* # Set the locale