Update PHP to 7.3.19

This commit is contained in:
hoellen 2020-06-12 19:27:43 +02:00
parent 3d666f9804
commit d7be9e8dae

View File

@ -3,7 +3,7 @@ FROM alpine:3.12
ARG BUILD_CORES
ARG NGINX_VER=1.18.0
ARG PHP_VER=7.3.18
ARG PHP_VER=7.3.19
ARG LIBICONV_VERSION=1.16
LABEL description="nginx + php image based on Alpine" \