From: Rafael dos Santos Silva Date: Tue, 13 Aug 2019 21:06:56 +0000 (-0300) Subject: Update nginx for HTTP2 related CVEs X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=417b84c080a8ddadd5ba6523bb63beccc884862c;p=discourse_docker.git Update nginx for HTTP2 related CVEs --- 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