We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57345f commit b7d7ae9Copy full SHA for b7d7ae9
28/slim/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:bookworm
+FROM debian:trixie
2
3
ENV OTP_VERSION="28.1" \
4
REBAR3_VERSION="3.25.0"
@@ -18,7 +18,7 @@ RUN set -xe \
18
&& curl -fSL -o otp-src.tar.gz "$OTP_DOWNLOAD_URL" \
19
&& echo "$OTP_DOWNLOAD_SHA256 otp-src.tar.gz" | sha256sum -c - \
20
&& runtimeDeps=' \
21
- libodbc1 \
+ libodbc2 \
22
libssl3 \
23
libsctp1 \
24
' \
0 commit comments