Update PHP to 7.3.11

This commit is contained in:
hoellen 2019-10-24 12:42:43 +02:00
parent f0e27e1f58
commit c37cc09c4a

View File

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