From 322a0a81e5b0a4e6cba8eae502bdf21facad985a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Domaga=C5=82a?= Date: Wed, 4 Sep 2019 20:34:53 +0200 Subject: [PATCH] chore(nginx): upgrading nginx to latest stable release v1.16.1 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 9aeafa6..0204596 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -52,7 +52,7 @@ RUN set -x && \ apt-get install -y --no-install-recommends \ $buildDeps \ $runtimeDeps && \ - export NGINX_VERSION=1.14.2 SIGNING_KEY=A1C052F8 \ + export NGINX_VERSION=1.16.1 SIGNING_KEY=A1C052F8 \ VTS_VERSION=0.1.18 GEOIP2_VERSION=3.2 \ MOD_SECURITY_NGINX_VERSION=d7101e13685efd7e7c9f808871b202656a969f4b \ OWASP_MOD_SECURITY_CRS_VERSION=46171c0ef335f92b26787ce269e397c480286155 \