deployment: Update coturn to version 4.6.2

pull/809/head
cruizba 2023-06-14 18:44:13 +02:00
parent 22ab5641f7
commit d212f52f04
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: '3'
services:
coturn:
container_name: coturn
image: coturn/coturn:4.5.2
image: coturn/coturn:4.6.2
restart: always
network_mode: host
volumes:

View File

@ -1,4 +1,4 @@
FROM coturn/coturn:4.5.2-alpine
FROM coturn/coturn:4.6.2-alpine
USER root