add new php version 7.3.0 and update to 7.2.13 and 7.1.25. PHP 7.1 will be removed with the release of nextcloud 15.

This commit is contained in:
2018-12-06 17:38:28 +01:00
parent 6eede5512d
commit f911f23c8d
3 changed files with 182 additions and 2 deletions

View File

@ -3,7 +3,7 @@ FROM alpine:3.8
ARG BUILD_CORES
ARG NGINX_VER=1.15.6
ARG PHP_VER=7.2.12
ARG PHP_VER=7.2.13
ARG LIBICONV_VERSION=1.15
LABEL description="nginx + php image based on Alpine" \