File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ Coturn TURN server Docker image changelog
77## [ edge]
88[ edge ] : /../../tree/docker/master
99
10- ### Security updated
10+ ### Upgraded
1111
12- - [ Debian Linux] "bookworm" 20250811 (12.11) : < https://github.com/docker-library/official-images/commit/9104ff62fc7a735b9646379f7b3246ab471fbae4 >
12+ - [ Debian Linux] "trixie" : < https://www.debian.org/releases/trixie >
1313
1414
1515
Original file line number Diff line number Diff line change 22# Dockerfile of coturn/coturn:debian Docker image.
33#
44
5- ARG debian_ver=bookworm
5+ ARG debian_ver=trixie
66
77
88
@@ -167,13 +167,13 @@ RUN apt-get update \
167167 # Install Coturn dependencies.
168168 && apt-get install -y --no-install-recommends --no-install-suggests \
169169 libatomic1 \
170- libevent-2.1-7 libevent-core-2.1-7 libevent-extra-2.1-7 \
171- libevent-openssl-2.1-7 libevent-pthreads-2.1-7 \
172- libssl3 \
170+ libevent-2.1-7t64 libevent-core-2.1-7t64 libevent-extra-2.1-7t64 \
171+ libevent-openssl-2.1-7t64 libevent-pthreads-2.1-7t64 \
172+ libssl3t64 \
173173 libpq5 libmariadb3 libsqlite3-0 \
174- libhiredis0.14 \
175- libmongoc-1.0-0 \
176- libmicrohttpd12 \
174+ libhiredis1.1.0 \
175+ libmongoc-1.0-0t64 \
176+ libmicrohttpd12t64 \
177177 # Install `dig` tool for `detect-external-ip.sh`.
178178 && apt-get install -y --no-install-recommends --no-install-suggests \
179179 dnsutils \
You can’t perform that action at this time.
0 commit comments