diff --git a/Dockerfile b/Dockerfile index a0d06f8..8d3b340 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM buildpack-deps:stretch LABEL maintainer="Sebastian Ramirez " # Versions of Nginx and nginx-rtmp-module to use -ENV NGINX_VERSION nginx-1.18.0 +ENV NGINX_VERSION nginx-1.19.7 ENV NGINX_RTMP_MODULE_VERSION 1.2.2 # Install dependencies