From 417b84c080a8ddadd5ba6523bb63beccc884862c Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Tue, 13 Aug 2019 18:06:56 -0300 Subject: [PATCH] Update nginx for HTTP2 related CVEs --- image/base/install-nginx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/install-nginx b/image/base/install-nginx index e54adfa..4c35141 100755 --- a/image/base/install-nginx +++ b/image/base/install-nginx @@ -1,6 +1,6 @@ #!/bin/bash set -e -VERSION=1.16.0 +VERSION=1.17.3 cd /tmp apt-get install -y autoconf -- 2.25.1