From e7a8152f657d2c797c7c358c918f2b16af6711fc Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Sat, 9 Sep 2017 03:52:13 +0200 Subject: [PATCH] nginx 1.13.5 --- nginx-php/7.1/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-php/7.1/Dockerfile b/nginx-php/7.1/Dockerfile index 79f070f..123d2af 100644 --- a/nginx-php/7.1/Dockerfile +++ b/nginx-php/7.1/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.6 ARG BUILD_CORES -ARG NGINX_VER=1.13.4 +ARG NGINX_VER=1.13.5 ARG PHP_VER=7.1.9 ARG LIBICONV_VERSION=1.15