Merge pull request #5 from stffabi/patch-1

[nginx-php] update php to 7.2.3
This commit is contained in:
hoellen 2018-03-02 08:05:49 +01:00 committed by GitHub
commit 972e4a56b8
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" \