update to php 7.1.10 (#243)

This commit is contained in:
Cédric L 2017-10-06 13:08:21 +02:00 committed by Wonderfall
parent 9533960f51
commit b0a049b19d

View File

@ -3,7 +3,7 @@ FROM alpine:3.6
ARG BUILD_CORES ARG BUILD_CORES
ARG NGINX_VER=1.13.5 ARG NGINX_VER=1.13.5
ARG PHP_VER=7.1.9 ARG PHP_VER=7.1.10
ARG LIBICONV_VERSION=1.15 ARG LIBICONV_VERSION=1.15
LABEL description="nginx + php image based on Alpine" \ LABEL description="nginx + php image based on Alpine" \