mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-18 02:56:42 +01:00
Set default PHP version to 7.3
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
06c299ce5b
commit
46c774cd8c
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,9 @@
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
declare -A php_version=(
|
declare -A php_version=(
|
||||||
[default]='7.2'
|
[default]='7.3'
|
||||||
[15.0]='7.3'
|
[14.0]='7.2'
|
||||||
|
[13.0]='7.2'
|
||||||
)
|
)
|
||||||
|
|
||||||
declare -A cmd=(
|
declare -A cmd=(
|
||||||
|
|
Loading…
Reference in a new issue