Browse Source

Update Alpine to 3.16.5 version and Debian "bullseye" to 20230320 snapshot to fix CVE-2023-0464 and CVE-2023-0465 in Docker image

tyranron 2 years ago
parent
commit
0a3d510750
3 changed files with 14 additions and 3 deletions
  1. 11 0
      docker/coturn/CHANGELOG.md
  2. 1 1
      docker/coturn/Makefile
  3. 2 2
      docker/coturn/README.md

+ 11 - 0
docker/coturn/CHANGELOG.md

@@ -4,6 +4,17 @@ Coturn TURN server Docker image changelog
 
 
 
 
 
 
+## [4.6.1-r3] · 2023-03-31
+[4.6.1-r3]: /../../tree/docker/4.6.1-r3
+
+### Security updated
+
+- [Alpine Linux] 3.16.5: <https://github.com/docker-library/official-images/commit/d5e1db947991b391f375ef1e8686b884538c1917>
+- [Debian Linux] "bullseye" 20230320: <https://github.com/docker-library/official-images/commit/066bc3b863f98325ff211a27301fe1b5a5d51721>
+
+
+
+
 ## [4.6.1-r2] · 2023-02-13
 ## [4.6.1-r2] · 2023-02-13
 [4.6.1-r2]: /../../tree/docker/4.6.1-r2
 [4.6.1-r2]: /../../tree/docker/4.6.1-r2
 
 

+ 1 - 1
docker/coturn/Makefile

@@ -28,7 +28,7 @@ COTURN_VER ?= 4.6.1
 COTURN_MIN_VER = $(strip $(shell echo $(COTURN_VER) | cut -d '.' -f1,2))
 COTURN_MIN_VER = $(strip $(shell echo $(COTURN_VER) | cut -d '.' -f1,2))
 COTURN_MAJ_VER = $(strip $(shell echo $(COTURN_VER) | cut -d '.' -f1))
 COTURN_MAJ_VER = $(strip $(shell echo $(COTURN_VER) | cut -d '.' -f1))
 
 
-BUILD_REV ?= 2
+BUILD_REV ?= 3
 
 
 NAME := coturn
 NAME := coturn
 OWNER := $(or $(GITHUB_REPOSITORY_OWNER),coturn)
 OWNER := $(or $(GITHUB_REPOSITORY_OWNER),coturn)

+ 2 - 2
docker/coturn/README.md

@@ -15,8 +15,8 @@ Coturn TURN server Docker image
 
 
 ## Supported tags and respective `Dockerfile` links
 ## Supported tags and respective `Dockerfile` links
 
 
-- [`4.6.1-r2`, `4.6.1-r2-debian`, `4.6.1`, `4.6.1-debian`, `4.6`, `4.6-debian`, `4`, `4-debian`, `debian`, `latest`][d1]
-- [`4.6.1-r2-alpine`, `4.6.1-alpine`, `4.6-alpine`, `4-alpine`, `alpine`][d2]
+- [`4.6.1-r3`, `4.6.1-r2-debian`, `4.6.1`, `4.6.1-debian`, `4.6`, `4.6-debian`, `4`, `4-debian`, `debian`, `latest`][d1]
+- [`4.6.1-r3-alpine`, `4.6.1-alpine`, `4.6-alpine`, `4-alpine`, `alpine`][d2]