Update Alpine to 3.16.4 version and Debian "bullseye" to 20230208 snapshot to fix CVE-2023-0286 (and friends) in Docker image
This commit is contained in:
parent
f558842cd0
commit
cc2560b06a
@ -4,6 +4,17 @@ Coturn TURN server Docker image changelog
|
||||
|
||||
|
||||
|
||||
## [4.6.1-r2] · 2023-02-13
|
||||
[4.6.1-r2]: /../../tree/docker/4.6.1-r2
|
||||
|
||||
### Security updated
|
||||
|
||||
- [Alpine Linux] 3.16.4: <https://github.com/docker-library/official-images/commit/5819aa56167e9874ef65e35da8277dc71b3ecee6>
|
||||
- [Debian Linux] "bullseye" 20230208: <https://github.com/docker-library/official-images/commit/0a379d1f4d38dee47df84b07afcf5c26d03cc5a5>
|
||||
|
||||
|
||||
|
||||
|
||||
## [4.6.1-r1] · 2023-01-31
|
||||
[4.6.1-r1]: /../../tree/docker/4.6.1-r1
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@ COTURN_VER ?= 4.6.1
|
||||
COTURN_MIN_VER = $(strip $(shell echo $(COTURN_VER) | cut -d '.' -f1,2))
|
||||
COTURN_MAJ_VER = $(strip $(shell echo $(COTURN_VER) | cut -d '.' -f1))
|
||||
|
||||
BUILD_REV ?= 1
|
||||
BUILD_REV ?= 2
|
||||
|
||||
NAME := coturn
|
||||
OWNER := $(or $(GITHUB_REPOSITORY_OWNER),coturn)
|
||||
|
||||
@ -15,8 +15,8 @@ Coturn TURN server Docker image
|
||||
|
||||
## Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`4.6.1-r1`, `4.6.1-r1-debian`, `4.6.1`, `4.6.1-debian`, `4.6`, `4.6-debian`, `4`, `4-debian`, `debian`, `latest`][d1]
|
||||
- [`4.6.1-r1-alpine`, `4.6.1-alpine`, `4.6-alpine`, `4-alpine`, `alpine`][d2]
|
||||
- [`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]
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user