Skip to content

Commit

Permalink
deployment: Bump coturn and nginx version
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Jan 10, 2025
1 parent 582a663 commit 3b60045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openvidu-server/docker/openvidu-coturn/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM coturn/coturn:4.6.2-r8-alpine
FROM coturn/coturn:4.6.3-r2-alpine

USER root

Expand Down
2 changes: 1 addition & 1 deletion openvidu-server/docker/openvidu-proxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.25.5-alpine
FROM nginx:1.27.3-alpine

# Install required software
RUN apk update && \
Expand Down

0 comments on commit 3b60045

Please sign in to comment.