Browse Source

Update Alpine to 3.22.1 version in Docker image

tyranron 3 tháng trước cách đây
mục cha
commit
f386333d00
3 tập tin đã thay đổi với 6 bổ sung5 xóa
  1. 3 2
      docker/coturn/CHANGELOG.md
  2. 1 1
      docker/coturn/Makefile
  3. 2 2
      docker/coturn/README.md

+ 3 - 2
docker/coturn/CHANGELOG.md

@@ -4,11 +4,12 @@ Coturn TURN server Docker image changelog
 
 
 
-## [edge]
-[edge]: /../../tree/docker/master
+## [4.7.0-r1] · 2025-07-16
+[4.7.0-r1]: /../../tree/docker/4.7.0-r1
 
 ### Security updated
 
+- [Alpine Linux] 3.22.1: <https://github.com/docker-library/official-images/commit/9411795f2a8ba13baa3be3ca4a7827170a445695>
 - [Debian Linux] "bookworm" 20250630 (12.11): <https://github.com/docker-library/official-images/commit/2568150630c10253d352ff0695b0dc73717230c1>
 
 

+ 1 - 1
docker/coturn/Makefile

@@ -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)

+ 2 - 2
docker/coturn/README.md

@@ -15,8 +15,8 @@ Coturn TURN server Docker image
 
 ## Supported tags and respective `Dockerfile` links
 
-- [`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]
+- [`4.7.0-r1`, `4.7.0-r1-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-r1-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]