0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-11-17 18:46:43 +01:00

Set default PHP version to 7.3

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2019-01-14 17:10:19 +01:00
parent 06c299ce5b
commit 46c774cd8c

View file

@ -2,8 +2,9 @@
set -eo pipefail
declare -A php_version=(
[default]='7.2'
[15.0]='7.3'
[default]='7.3'
[14.0]='7.2'
[13.0]='7.2'
)
declare -A cmd=(