From c287a2f8d392334337d5b252710935ce90683da5 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Thu, 29 Jun 2017 04:53:01 +0200 Subject: [PATCH] nginx-php: update nginx to 1.13.2 --- 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 b57c361..fc02e87 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.1 +ARG NGINX_VER=1.13.2 ARG PHP_VER=7.1.6 ARG LIBICONV_VERSION=1.15