Upgrade Debian to "trixie" in Docker image

This commit is contained in:
tyranron 2025-08-13 15:59:17 +03:00
parent 8b55bd05c0
commit 24e99eca1c
No known key found for this signature in database
GPG Key ID: 762E144FB230A4F0
2 changed files with 9 additions and 9 deletions

View File

@ -7,9 +7,9 @@ Coturn TURN server Docker image changelog
## [edge]
[edge]: /../../tree/docker/master
### Security updated
### Upgraded
- [Debian Linux] "bookworm" 20250811 (12.11): <https://github.com/docker-library/official-images/commit/9104ff62fc7a735b9646379f7b3246ab471fbae4>
- [Debian Linux] "trixie": <https://www.debian.org/releases/trixie>

View File

@ -2,7 +2,7 @@
# Dockerfile of coturn/coturn:debian Docker image.
#
ARG debian_ver=bookworm
ARG debian_ver=trixie
@ -167,13 +167,13 @@ RUN apt-get update \
# Install Coturn dependencies.
&& apt-get install -y --no-install-recommends --no-install-suggests \
libatomic1 \
libevent-2.1-7 libevent-core-2.1-7 libevent-extra-2.1-7 \
libevent-openssl-2.1-7 libevent-pthreads-2.1-7 \
libssl3 \
libevent-2.1-7t64 libevent-core-2.1-7t64 libevent-extra-2.1-7t64 \
libevent-openssl-2.1-7t64 libevent-pthreads-2.1-7t64 \
libssl3t64 \
libpq5 libmariadb3 libsqlite3-0 \
libhiredis0.14 \
libmongoc-1.0-0 \
libmicrohttpd12 \
libhiredis1.1.0 \
libmongoc-1.0-0t64 \
libmicrohttpd12t64 \
# Install `dig` tool for `detect-external-ip.sh`.
&& apt-get install -y --no-install-recommends --no-install-suggests \
dnsutils \