From 365da5b6414641f66cb30b5407bc6eae9aad9e27 Mon Sep 17 00:00:00 2001 From: hoellen Date: Thu, 7 Dec 2017 23:29:06 +0100 Subject: [PATCH] [nginx-php] downgrade php to 7.1.11 because of Narrowing error (see #1) --- 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 8686151..8c892ae 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.12 +ARG PHP_VER=7.1.11 ARG LIBICONV_VERSION=1.15 LABEL description="nginx + php image based on Alpine" \