Skip to content

Commit f386333

Browse files
committed
Update Alpine to 3.22.1 version in Docker image
1 parent 752cf2e commit f386333

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

docker/coturn/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ Coturn TURN server Docker image changelog
44

55

66

7-
## [edge]
8-
[edge]: /../../tree/docker/master
7+
## [4.7.0-r1] · 2025-07-16
8+
[4.7.0-r1]: /../../tree/docker/4.7.0-r1
99

1010
### Security updated
1111

12+
- [Alpine Linux] 3.22.1: <https://github.com/docker-library/official-images/commit/9411795f2a8ba13baa3be3ca4a7827170a445695>
1213
- [Debian Linux] "bookworm" 20250630 (12.11): <https://github.com/docker-library/official-images/commit/2568150630c10253d352ff0695b0dc73717230c1>
1314

1415

docker/coturn/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ALPINE_VER := alpine$(strip $(shell grep -m1 'alpine_ver=' alpine/Dockerfile \
3434
DEBIAN_VER := $(strip $(shell grep -m1 'debian_ver=' debian/Dockerfile \
3535
| cut -d '=' -f2))
3636

37-
BUILD_REV ?= 0
37+
BUILD_REV ?= 1
3838

3939
NAME := coturn
4040
OWNER := $(or $(GITHUB_REPOSITORY_OWNER),coturn)

docker/coturn/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Coturn TURN server Docker image
1515

1616
## Supported tags and respective `Dockerfile` links
1717

18-
- [`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]
19-
- [`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]
18+
- [`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]
19+
- [`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]
2020

2121

2222

0 commit comments

Comments
 (0)