From 0e60b8bc08d0e075df7fb09b36873d0994071798 Mon Sep 17 00:00:00 2001 From: hoellen Date: Wed, 3 Oct 2018 13:57:47 +0200 Subject: [PATCH] update nginx to 1.15.5 --- boring-nginx/Dockerfile | 2 +- nginx-php/Dockerfile.7.1 | 2 +- nginx-php/Dockerfile.7.2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/boring-nginx/Dockerfile b/boring-nginx/Dockerfile index bd22cd0..c3e742f 100644 --- a/boring-nginx/Dockerfile +++ b/boring-nginx/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.8 ENV UID=991 GID=991 -ARG NGINX_VERSION=1.15.4 +ARG NGINX_VERSION=1.15.5 ARG GPG_NGINX="B0F4 2533 73F8 F6F5 10D4 2178 520A 9993 A1C0 52F8" ARG BUILD_CORES diff --git a/nginx-php/Dockerfile.7.1 b/nginx-php/Dockerfile.7.1 index 825ea3f..78e1cb9 100644 --- a/nginx-php/Dockerfile.7.1 +++ b/nginx-php/Dockerfile.7.1 @@ -2,7 +2,7 @@ FROM alpine:3.8 ARG BUILD_CORES -ARG NGINX_VER=1.15.4 +ARG NGINX_VER=1.15.5 ARG PHP_VER=7.1.22 ARG LIBICONV_VERSION=1.15 diff --git a/nginx-php/Dockerfile.7.2 b/nginx-php/Dockerfile.7.2 index 401d256..60b00fc 100644 --- a/nginx-php/Dockerfile.7.2 +++ b/nginx-php/Dockerfile.7.2 @@ -2,7 +2,7 @@ FROM alpine:3.8 ARG BUILD_CORES -ARG NGINX_VER=1.15.4 +ARG NGINX_VER=1.15.5 ARG PHP_VER=7.2.10 ARG LIBICONV_VERSION=1.15