From a7f77ba0fc60c2f7d1d11b4988e6cf948c23ed27 Mon Sep 17 00:00:00 2001 From: hoellen Date: Fri, 1 Dec 2017 19:34:41 +0100 Subject: [PATCH] [nginx-php] update php to 7.1.12 --- 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 cf03074..4efbfd5 100644 --- a/nginx-php/7.1/Dockerfile +++ b/nginx-php/7.1/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.6 ARG BUILD_CORES ARG NGINX_VER=1.13.7 -ARG PHP_VER=7.1.11 +ARG PHP_VER=7.1.12 ARG LIBICONV_VERSION=1.15 LABEL description="nginx + php image based on Alpine" \