Skip to content

Commit b7d7ae9

Browse files
committed
Update 28 branch Debian base image
1 parent b57345f commit b7d7ae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

28/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:bookworm
1+
FROM debian:trixie
22

33
ENV OTP_VERSION="28.1" \
44
REBAR3_VERSION="3.25.0"
@@ -18,7 +18,7 @@ RUN set -xe \
1818
&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" \
1919
&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - \
2020
&& runtimeDeps=' \
21-
libodbc1 \
21+
libodbc2 \
2222
libssl3 \
2323
libsctp1 \
2424
' \

0 commit comments

Comments
 (0)