Skip to content

Commit

Permalink
Update alpine to 3.14.1 version in Docker image to fix CVE-2021-36159
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Aug 9, 2021
1 parent 553ce02 commit 60e7a19
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions docker/coturn/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Coturn TURN server Docker image changelog



## [4.5.2-r3] · 2021-08-09
[4.5.2-r3]: /../../tree/docker/4.5.2-r3

### Security updated

- [Alpine Linux] 3.14.1: <https://github.com/docker-library/official-images/commit/a52e64df36ca65954c6c7f57ad242634e834c73a>




## [4.5.2-r2] · 2021-06-21
[4.5.2-r2]: /../../tree/docker/4.5.2-r2

Expand Down
2 changes: 1 addition & 1 deletion docker/coturn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COTURN_VER ?= 4.5.2
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 ?= 2
BUILD_REV ?= 3

NAMESPACES := coturn \
ghcr.io/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.5.2-r2`, `4.5.2-r0-debian`, `4.5.2`, `4.5.2-debian`, `4.5`, `4.5-debian`, `4`, `4-debian`, `debian`, `latest`][d1]
- [`4.5.2-r2-alpine`, `4.5.2-alpine`, `4.5-alpine`, `4-alpine`, `alpine`][d2]
- [`4.5.2-r3`, `4.5.2-r3-debian`, `4.5.2`, `4.5.2-debian`, `4.5`, `4.5-debian`, `4`, `4-debian`, `debian`, `latest`][d1]
- [`4.5.2-r3-alpine`, `4.5.2-alpine`, `4.5-alpine`, `4-alpine`, `alpine`][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.14
ARG alpine_ver=3.14.1



Expand Down

0 comments on commit 60e7a19

Please sign in to comment.