Skip to content

Commit

Permalink
Update Alpine to 3.19.1 version in Docker image to fix CVE-2023-6129, C…
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jan 29, 2024
1 parent da332ed commit d274637
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions docker/coturn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ Coturn TURN server Docker image changelog



## [4.6.2-r7] · 202?-??-?? (unreleased)
[4.6.2-r7]: /../../tree/docker/4.6.2-r7
## [4.6.2-r8] · 2024-01-29
[4.6.2-r8]: /../../tree/docker/4.6.2-r8

### Security updated

- [Alpine Linux] 3.19.1: <https://github.com/docker-library/official-images/commit/a5a02e00e489cfaa9dc8056755cd00abe7d0f646>
- [Debian Linux] "bookworm" 20240110 (12.4): <https://github.com/docker-library/official-images/commit/06237a1cf18ad130b442a864854804c1a534ff29>


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 ?= 7
BUILD_REV ?= 8

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-r7`, `4.6.2-r7-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-r7-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-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]



Expand Down

0 comments on commit d274637

Please sign in to comment.