1
0
mirror of https://github.com/coturn/coturn.git synced 2025-11-01 15:31:00 +01:00

Upgrade alpine to 3.15 version in Docker image

This commit is contained in:
tyranron 2021-11-25 10:42:44 +01:00
parent 29838ab84f
commit fcff27f88b
No known key found for this signature in database
GPG Key ID: 762E144FB230A4F0
5 changed files with 15 additions and 5 deletions

View File

@ -4,6 +4,16 @@ Coturn TURN server Docker image changelog
## [4.5.2-r7] · 2021-11-25
[4.5.2-r7]: /../../tree/docker/4.5.2-r7
### Upgraded
- [Alpine Linux] 3.15: <https://alpinelinux.org/posts/Alpine-3.15.0-released.html>
## [4.5.2-r6] · 2021-11-15
[4.5.2-r6]: /../../tree/docker/4.5.2-r6

View File

@ -49,7 +49,7 @@ To produce a new release (version tag) of `coturn/coturn` Docker image, perform
3. Update [README] with the new version declared in [`Makefile`].
4. Perform a `make release` command inside the`docker/coturn/` directory.
4. Perform a `make release` command inside the `docker/coturn/` directory.

View File

@ -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 ?= 6
BUILD_REV ?= 7
NAMESPACES := coturn \
ghcr.io/coturn \

View File

@ -15,8 +15,8 @@ Coturn TURN server Docker image
## Supported tags and respective `Dockerfile` links
- [`4.5.2-r6`, `4.5.2-r6-debian`, `4.5.2`, `4.5.2-debian`, `4.5`, `4.5-debian`, `4`, `4-debian`, `debian`, `latest`][d1]
- [`4.5.2-r6-alpine`, `4.5.2-alpine`, `4.5-alpine`, `4-alpine`, `alpine`][d2]
- [`4.5.2-r7`, `4.5.2-r7-debian`, `4.5.2`, `4.5.2-debian`, `4.5`, `4.5-debian`, `4`, `4-debian`, `debian`, `latest`][d1]
- [`4.5.2-r7-alpine`, `4.5.2-alpine`, `4.5-alpine`, `4-alpine`, `alpine`][d2]

View File

@ -2,7 +2,7 @@
# Dockerfile of coturn/coturn:alpine Docker image.
#
ARG alpine_ver=3.14.3
ARG alpine_ver=3.15