update PHP to 7.2.22 and 7.3.9

This commit is contained in:
hoellen 2019-08-31 17:22:54 +02:00
parent aeb6ce82ef
commit 31de0552cd
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ FROM alpine:3.10
ARG BUILD_CORES
ARG NGINX_VER=1.17.3
ARG PHP_VER=7.2.21
ARG PHP_VER=7.2.22
ARG LIBICONV_VERSION=1.16
LABEL description="nginx + php image based on Alpine" \

View File

@ -3,7 +3,7 @@ FROM alpine:3.10
ARG BUILD_CORES
ARG NGINX_VER=1.17.3
ARG PHP_VER=7.3.8
ARG PHP_VER=7.3.9
ARG LIBICONV_VERSION=1.16
LABEL description="nginx + php image based on Alpine" \