From 02829975217b54bf936cad1f4cb1e6e27d050fbc Mon Sep 17 00:00:00 2001 From: cesarandreslopez Date: Fri, 25 Nov 2022 18:37:20 +0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Upgrade=20to=20nginx-1.19.7=20(#26)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sebastián Ramírez --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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