Update Docker image base versions of nginx and coturn

pull/780/head
pabloFuente 2023-03-01 14:05:21 +01:00
parent f48e1f805f
commit ffb2a1590c
3 changed files with 3 additions and 2 deletions

View File

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

View File

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

View File

@ -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