From aa685e2669bac662d553a3d8eef6412d95ba7664 Mon Sep 17 00:00:00 2001 From: tyranron Date: Mon, 2 Jun 2025 14:44:49 +0200 Subject: [PATCH] Upgrade Docker image to 4.7.0 Coturn version --- docker/coturn/CHANGELOG.md | 5 +++-- docker/coturn/Makefile | 4 ++-- docker/coturn/README.md | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docker/coturn/CHANGELOG.md b/docker/coturn/CHANGELOG.md index e4dfd47..1b7bb3d 100644 --- a/docker/coturn/CHANGELOG.md +++ b/docker/coturn/CHANGELOG.md @@ -4,11 +4,12 @@ Coturn TURN server Docker image changelog -## [edge] -[edge]: /../../tree/master +## [4.7.0-r0] ยท 2025-06-02 +[4.7.0-r0]: /../../tree/docker/4.7.0-r0 ### Upgraded +- [Coturn] 4.7.0: - [Alpine Linux] 3.22: ### Security updated diff --git a/docker/coturn/Makefile b/docker/coturn/Makefile index 2eec7e9..9441bfb 100644 --- a/docker/coturn/Makefile +++ b/docker/coturn/Makefile @@ -24,7 +24,7 @@ dockerify = $(strip $(if $(call eq,$(1),linux/arm32v6),linux/arm/v6,\ # Project parameters # ###################### -COTURN_VER ?= 4.6.3 +COTURN_VER ?= 4.7.0 COTURN_MIN_VER = $(strip $(shell echo $(COTURN_VER) | cut -d '.' -f1,2)) COTURN_MAJ_VER = $(strip $(shell echo $(COTURN_VER) | cut -d '.' -f1)) @@ -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 ?= 4 +BUILD_REV ?= 0 NAME := coturn OWNER := $(or $(GITHUB_REPOSITORY_OWNER),coturn) diff --git a/docker/coturn/README.md b/docker/coturn/README.md index 24a157f..882f15c 100644 --- a/docker/coturn/README.md +++ b/docker/coturn/README.md @@ -15,8 +15,8 @@ Coturn TURN server Docker image ## Supported tags and respective `Dockerfile` links -- [`4.6.3-r4`, `4.6.3-r4-debian`, `4.6.3`, `4.6.3-debian`, `4.6.3-bookworm`, `4.6`, `4.6-debian`, `4.6-bookworm`, `4`, `4-debian`, `4-bookworm`, `debian`, `bookworm`, `latest`][d1] -- [`4.6.3-r4-alpine`, `4.6.3-alpine`, `4.6.3-alpine3.22`, `4.6-alpine`, `4.6-alpine3.22`, `4-alpine`, `4-alpine3.22`, `alpine`, `alpine3.22`][d2] +- [`4.7.0-r0`, `4.7.0-r0-debian`, `4.7.0`, `4.7.0-debian`, `4.7.0-bookworm`, `4.7`, `4.7-debian`, `4.7-bookworm`, `4`, `4-debian`, `4-bookworm`, `debian`, `bookworm`, `latest`][d1] +- [`4.7.0-r0-alpine`, `4.7.0-alpine`, `4.7.0-alpine3.22`, `4.7-alpine`, `4.7-alpine3.22`, `4-alpine`, `4-alpine3.22`, `alpine`, `alpine3.22`][d2]