From c29f193571618a3d39fd69e66b340b10c25203e0 Mon Sep 17 00:00:00 2001 From: hoellen Date: Tue, 25 Jun 2019 16:06:33 +0200 Subject: [PATCH] update nginx to 1.17.1 --- boring-nginx/Dockerfile | 2 +- nginx-php/Dockerfile.7.2 | 2 +- nginx-php/Dockerfile.7.3 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boring-nginx/Dockerfile b/boring-nginx/Dockerfile index c806a99..075c02f 100644 --- a/boring-nginx/Dockerfile +++ b/boring-nginx/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.10 ENV UID=991 GID=991 -ARG NGINX_VERSION=1.17.0 +ARG NGINX_VERSION=1.17.1 ARG GPG_NGINX="B0F4 2533 73F8 F6F5 10D4 2178 520A 9993 A1C0 52F8" ARG BUILD_CORES diff --git a/nginx-php/Dockerfile.7.2 b/nginx-php/Dockerfile.7.2 index fb627fa..dd9aa17 100644 --- a/nginx-php/Dockerfile.7.2 +++ b/nginx-php/Dockerfile.7.2 @@ -2,7 +2,7 @@ FROM alpine:3.10 ARG BUILD_CORES -ARG NGINX_VER=1.17.0 +ARG NGINX_VER=1.17.1 ARG PHP_VER=7.2.19 ARG LIBICONV_VERSION=1.15 diff --git a/nginx-php/Dockerfile.7.3 b/nginx-php/Dockerfile.7.3 index 4ddbe7f..1abca70 100644 --- a/nginx-php/Dockerfile.7.3 +++ b/nginx-php/Dockerfile.7.3 @@ -2,7 +2,7 @@ FROM alpine:3.10 ARG BUILD_CORES -ARG NGINX_VER=1.17.0 +ARG NGINX_VER=1.17.1 ARG PHP_VER=7.3.6 ARG LIBICONV_VERSION=1.15