[nginx-php] update php to 7.2.3

This commit is contained in:
stffabi 2018-03-02 01:49:11 +01:00 committed by GitHub
parent 191df0f1ec
commit e27438d4da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ FROM alpine:3.7
ARG BUILD_CORES
ARG NGINX_VER=1.13.9
ARG PHP_VER=7.2.2
ARG PHP_VER=7.2.3
ARG LIBICONV_VERSION=1.15
LABEL description="nginx + php image based on Alpine" \