1
0
mirror of https://github.com/coturn/coturn.git synced 2026-05-05 02:46:08 +02:00

Update Alpine to 3.23.4 version to fix CVEs in Docker image

musl
- CVE-2026-6042
- CVE-2026-40200

openssl
- CVE-2026-31790
- CVE-2026-28387
- CVE-2026-28388
- CVE-2026-28389
- CVE-2026-28390
- CVE-2026-31789

zlib
- CVE-2026-22184
- CVE-2026-27171
This commit is contained in:
tyranron 2026-04-16 12:01:21 +03:00
parent 315e185591
commit c3a17d06fd
No known key found for this signature in database
GPG Key ID: 762E144FB230A4F0
3 changed files with 13 additions and 3 deletions

View File

@ -4,6 +4,16 @@ Coturn TURN server Docker image changelog
## [4.10.0-r1] · 2026-04-16
[4.10.0-r1]: /../../tree/docker/4.10.0-r1
### Security updated
- [Alpine Linux] 3.23.4: <https://github.com/docker-library/official-images/commit/d6df7c9b2a4abb30e768ef983f0f3e123ae63255>
## [4.10.0-r0] · 2026-04-14
[4.10.0-r0]: /../../tree/docker/4.10.0-r0

View File

@ -34,7 +34,7 @@ ALPINE_VER := alpine$(strip $(shell grep -m1 'alpine_ver=' alpine/Dockerfile \
DEBIAN_VER := $(strip $(shell grep -m1 'debian_ver=' debian/Dockerfile \
| cut -d '=' -f2))
BUILD_REV ?= 0
BUILD_REV ?= 1
NAME := coturn
OWNER := $(or $(GITHUB_REPOSITORY_OWNER),coturn)

View File

@ -15,8 +15,8 @@ Coturn TURN server Docker image
## Supported tags and respective `Dockerfile` links
- [`4.10.0-r0`, `4.10.0-r0-debian`, `4.10.0`, `4.10.0-debian`, `4.10.0-trixie`, `4.10`, `4.10-debian`, `4.10-trixie`, `4`, `4-debian`, `4-trixie`, `debian`, `trixie`, `latest`][d1]
- [`4.10.0-r0-alpine`, `4.10.0-alpine`, `4.10.0-alpine3.23`, `4.10-alpine`, `4.10-alpine3.23`, `4-alpine`, `4-alpine3.23`, `alpine`, `alpine3.23`][d2]
- [`4.10.0-r1`, `4.10.0-r1-debian`, `4.10.0`, `4.10.0-debian`, `4.10.0-trixie`, `4.10`, `4.10-debian`, `4.10-trixie`, `4`, `4-debian`, `4-trixie`, `debian`, `trixie`, `latest`][d1]
- [`4.10.0-r1-alpine`, `4.10.0-alpine`, `4.10.0-alpine3.23`, `4.10-alpine`, `4.10-alpine3.23`, `4-alpine`, `4-alpine3.23`, `alpine`, `alpine3.23`][d2]