mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 22:04:58 +01:00
Switch to php 7.2 for nextcloud 13.0 and greater
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
989f6be2c4
commit
323dc9034f
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
set -eo pipefail
|
||||
|
||||
declare -A php_version=(
|
||||
[default]='7.1'
|
||||
[default]='7.2'
|
||||
[12.0]='7.1'
|
||||
)
|
||||
|
||||
declare -A cmd=(
|
||||
|
|
Loading…
Reference in a new issue