deployment: Bump coturn and nginx version

v2
cruizba 2025-01-10 17:54:09 +01:00
parent 582a663ff0
commit 3b60045a17
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM coturn/coturn:4.6.2-r8-alpine
FROM coturn/coturn:4.6.3-r2-alpine
USER root

View File

@ -1,4 +1,4 @@
FROM nginx:1.25.5-alpine
FROM nginx:1.27.3-alpine
# Install required software
RUN apk update && \