Skip to content

Commit

Permalink
Upgrade Alpine to 3.20 version in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed May 24, 2024
1 parent d72919e commit 74f279d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion docker/coturn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ Coturn TURN server Docker image changelog



## [4.6.2-r9] · 2024-??-?? (unreleased)
## [4.6.2-r9] · 2024-05-24
[4.6.2-r9]: /../../tree/docker/4.6.2-r9

### Upgraded

- [Alpine Linux] 3.20: <https://alpinelinux.org/posts/Alpine-3.20.0-released.html>

### Security updated

- [Debian Linux] "bookworm" 20240513 (12.5): <https://github.com/docker-library/official-images/commit/d83cd3afd0e94fbf9a7ef07bdc84ac2b4a492e91>
Expand Down
2 changes: 1 addition & 1 deletion docker/coturn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?= 8
BUILD_REV ?= 9

NAME := coturn
OWNER := $(or $(GITHUB_REPOSITORY_OWNER),coturn)
Expand Down
4 changes: 2 additions & 2 deletions docker/coturn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Coturn TURN server Docker image

## Supported tags and respective `Dockerfile` links

- [`4.6.2-r8`, `4.6.2-r8-debian`, `4.6.2`, `4.6.2-debian`, `4.6.2-bookworm`, `4.6`, `4.6-debian`, `4.6-bookworm`, `4`, `4-debian`, `4-bookworm`, `debian`, `bookworm`, `latest`][d1]
- [`4.6.2-r8-alpine`, `4.6.2-alpine`, `4.6.2-alpine3.19`, `4.6-alpine`, `4.6-alpine3.19`, `4-alpine`, `4-alpine3.19`, `alpine`, `alpine3.19`][d2]
- [`4.6.2-r9`, `4.6.2-r9-debian`, `4.6.2`, `4.6.2-debian`, `4.6.2-bookworm`, `4.6`, `4.6-debian`, `4.6-bookworm`, `4`, `4-debian`, `4-bookworm`, `debian`, `bookworm`, `latest`][d1]
- [`4.6.2-r9-alpine`, `4.6.2-alpine`, `4.6.2-alpine3.20`, `4.6-alpine`, `4.6-alpine3.20`, `4-alpine`, `4-alpine3.20`, `alpine`, `alpine3.20`][d2]



Expand Down
2 changes: 1 addition & 1 deletion docker/coturn/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Dockerfile of coturn/coturn:alpine Docker image.
#

ARG alpine_ver=3.19
ARG alpine_ver=3.20



Expand Down

0 comments on commit 74f279d

Please sign in to comment.