1
0
mirror of https://github.com/coturn/coturn.git synced 2025-10-25 13:00:59 +02:00

Upgrade Alpine 3.17 version in Docker image (#1156)

Co-authored-by: Kai Ren <tyranron@gmail.com>
This commit is contained in:
Zoey 2023-04-12 13:02:13 +02:00 committed by GitHub
parent 8c8ef74a35
commit d5aa172f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -10,6 +10,7 @@ Coturn TURN server Docker image changelog
### Upgraded ### Upgraded
- [Coturn] 4.6.2: <https://github.com/coturn/coturn/blob/4.6.2/ChangeLog> - [Coturn] 4.6.2: <https://github.com/coturn/coturn/blob/4.6.2/ChangeLog>
- [Alpine Linux] 3.17: <https://alpinelinux.org/posts/Alpine-3.17.0-released.html>
### Security updated ### Security updated

View File

@ -2,7 +2,7 @@
# Dockerfile of coturn/coturn:alpine Docker image. # Dockerfile of coturn/coturn:alpine Docker image.
# #
ARG alpine_ver=3.16 ARG alpine_ver=3.17
@ -181,7 +181,7 @@ RUN apk update \
# Install Coturn dependencies. # Install Coturn dependencies.
&& apk add --no-cache \ && apk add --no-cache \
libevent \ libevent \
libcrypto1.1 libssl1.1 \ libcrypto3 libssl3 \
libpq mariadb-connector-c sqlite-libs \ libpq mariadb-connector-c sqlite-libs \
hiredis \ hiredis \
mongo-c-driver \ mongo-c-driver \