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

Update Alpine to 3.23.3 version to fix OpenSSL CVEs in Docker image

- CVE-2025-11187
- CVE-2025-15467
- CVE-2025-15468
- CVE-2025-15469
- CVE-2025-66199
- CVE-2025-68160
- CVE-2025-69418
- CVE-2025-69419
- CVE-2025-69420
- CVE-2025-69421
- CVE-2026-22795
- CVE-2026-22796
This commit is contained in:
tyranron 2026-01-29 12:42:56 +01:00
parent 80e20f58f3
commit 53c405a712
No known key found for this signature in database
GPG Key ID: 762E144FB230A4F0
3 changed files with 6 additions and 5 deletions

View File

@ -4,11 +4,12 @@ Coturn TURN server Docker image changelog
## [edge]
[edge]: /../../tree/master
## [4.8.0-r1] · 2026-01-29
[4.8.0-r1]: /../../tree/docker/4.8.0-r1
### Security updated
- [Alpine Linux] 3.23.3: <https://github.com/docker-library/official-images/commit/11469a99b55a9b5b057d64c583f531417dd1f6c5>
- [Debian Linux] "trixie" 20260112 (13.3): <https://github.com/docker-library/official-images/commit/054c2b9bf3a057eafd9deb35b7a8d523202f20a2>

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.8.0-r0`, `4.8.0-r0-debian`, `4.8.0`, `4.8.0-debian`, `4.8.0-trixie`, `4.8`, `4.8-debian`, `4.8-trixie`, `4`, `4-debian`, `4-trixie`, `debian`, `trixie`, `latest`][d1]
- [`4.8.0-r0-alpine`, `4.8.0-alpine`, `4.8.0-alpine3.23`, `4.8-alpine`, `4.8-alpine3.23`, `4-alpine`, `4-alpine3.23`, `alpine`, `alpine3.23`][d2]
- [`4.8.0-r1`, `4.8.0-r0-debian`, `4.8.0`, `4.8.0-debian`, `4.8.0-trixie`, `4.8`, `4.8-debian`, `4.8-trixie`, `4`, `4-debian`, `4-trixie`, `debian`, `trixie`, `latest`][d1]
- [`4.8.0-r1-alpine`, `4.8.0-alpine`, `4.8.0-alpine3.23`, `4.8-alpine`, `4.8-alpine3.23`, `4-alpine`, `4-alpine3.23`, `alpine`, `alpine3.23`][d2]