mirror of https://github.com/OpenVidu/openvidu.git
Update Docker image base versions of nginx and coturn
parent
f48e1f805f
commit
ffb2a1590c
|
@ -1,4 +1,4 @@
|
|||
FROM coturn/coturn:4.5.2-alpine
|
||||
FROM coturn/coturn:4.6.1-alpine
|
||||
|
||||
USER root
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM nginx:1.23.2-alpine
|
||||
FROM nginx:1.23.3-alpine
|
||||
|
||||
# Install required software
|
||||
RUN apk update && \
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash -x
|
||||
|
||||
VERSION=$1
|
||||
if [[ ! -z $VERSION ]]; then
|
||||
cp ../utils/discover_my_public_ip.sh ./discover_my_public_ip.sh
|
||||
|
|
Loading…
Reference in New Issue