build v14 with php7.3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mauro Torrez 2019-10-13 21:58:25 -03:00
parent ac9a145c61
commit 865940e11f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# DO NOT EDIT: created by update.sh from Dockerfile-unit.template
FROM eumau/nginx-unit:1.12.0-php7.2
FROM eumau/nginx-unit:1.12.0-php7.3
# entrypoint.sh and cron.sh dependencies
RUN set -ex; \

View File

@ -3,7 +3,7 @@ set -eo pipefail
declare -A php_version=(
[default]='7.3'
[14.0]='7.2'
[14.0]='7.3'
)
declare -A unit_version=(