From 6aaf0ea56fea184319f57580856749854890db5a Mon Sep 17 00:00:00 2001 From: tyranron Date: Tue, 24 May 2022 10:20:57 +0200 Subject: [PATCH] Upgrade Alpine to 3.15 version and Debian "bullseye" to 20220509 snapshot in Docker image --- docker/coturn/CHANGELOG.md | 14 ++++++++++++++ docker/coturn/Makefile | 2 +- docker/coturn/README.md | 4 ++-- docker/coturn/alpine/Dockerfile | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/docker/coturn/CHANGELOG.md b/docker/coturn/CHANGELOG.md index a8a16606..d347113c 100644 --- a/docker/coturn/CHANGELOG.md +++ b/docker/coturn/CHANGELOG.md @@ -4,6 +4,20 @@ Coturn TURN server Docker image changelog +## [4.5.2-r12] · 2022-05-24 +[4.5.2-r12]: /../../tree/docker/4.5.2-r12 + +### Upgraded + +- [Alpine Linux] 3.16: + +### Security updated + +- [Debian] "bullseye" 20220509: + + + + ## [4.5.2-r11] · 2022-04-06 [4.5.2-r11]: /../../tree/docker/4.5.2-r11 diff --git a/docker/coturn/Makefile b/docker/coturn/Makefile index 03463c59..c86d7a39 100644 --- a/docker/coturn/Makefile +++ b/docker/coturn/Makefile @@ -21,7 +21,7 @@ COTURN_VER ?= 4.5.2 COTURN_MIN_VER = $(strip $(shell echo $(COTURN_VER) | cut -d '.' -f1,2)) COTURN_MAJ_VER = $(strip $(shell echo $(COTURN_VER) | cut -d '.' -f1)) -BUILD_REV ?= 11 +BUILD_REV ?= 12 NAMESPACES := coturn \ ghcr.io/coturn \ diff --git a/docker/coturn/README.md b/docker/coturn/README.md index fbf75064..1c9c8874 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.5.2-r11`, `4.5.2-r11-debian`, `4.5.2`, `4.5.2-debian`, `4.5`, `4.5-debian`, `4`, `4-debian`, `debian`, `latest`][d1] -- [`4.5.2-r11-alpine`, `4.5.2-alpine`, `4.5-alpine`, `4-alpine`, `alpine`][d2] +- [`4.5.2-r12`, `4.5.2-r12-debian`, `4.5.2`, `4.5.2-debian`, `4.5`, `4.5-debian`, `4`, `4-debian`, `debian`, `latest`][d1] +- [`4.5.2-r12-alpine`, `4.5.2-alpine`, `4.5-alpine`, `4-alpine`, `alpine`][d2] diff --git a/docker/coturn/alpine/Dockerfile b/docker/coturn/alpine/Dockerfile index 1998829a..3f716a99 100644 --- a/docker/coturn/alpine/Dockerfile +++ b/docker/coturn/alpine/Dockerfile @@ -2,7 +2,7 @@ # Dockerfile of coturn/coturn:alpine Docker image. # -ARG alpine_ver=3.15 +ARG alpine_ver=3.16