upadte php to 7.2.16 and 7.3.3

This commit is contained in:
hoellen 2019-03-21 14:46:24 +01:00
parent 8a3c320355
commit 91fada54e7
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ FROM alpine:3.9
ARG BUILD_CORES
ARG NGINX_VER=1.15.8
ARG PHP_VER=7.2.15
ARG PHP_VER=7.2.16
ARG LIBICONV_VERSION=1.15
LABEL description="nginx + php image based on Alpine" \

View File

@ -3,7 +3,7 @@ FROM alpine:3.9
ARG BUILD_CORES
ARG NGINX_VER=1.15.8
ARG PHP_VER=7.3.2
ARG PHP_VER=7.3.3
ARG LIBICONV_VERSION=1.15
LABEL description="nginx + php image based on Alpine" \