From b7d7ae90007b482287ab35847d575ee8e70fb998 Mon Sep 17 00:00:00 2001 From: Franco Catena Date: Sat, 18 Oct 2025 17:16:13 -0300 Subject: [PATCH] Update 28 branch Debian base image --- 28/slim/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/28/slim/Dockerfile b/28/slim/Dockerfile index a8ba4f2..69c61f1 100644 --- a/28/slim/Dockerfile +++ b/28/slim/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm +FROM debian:trixie ENV OTP_VERSION="28.1" \ REBAR3_VERSION="3.25.0" @@ -18,7 +18,7 @@ RUN set -xe \ && curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" \ && echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - \ && runtimeDeps=' \ - libodbc1 \ + libodbc2 \ libssl3 \ libsctp1 \ ' \