mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-03 10:08:26 +01:00
Switch back to php 7.2
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
e8e33356ff
commit
d06375a333
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
set -eo pipefail
|
||||
|
||||
declare -A php_version=(
|
||||
[default]='7.3'
|
||||
[default]='7.2'
|
||||
[14.0]='7.2'
|
||||
[13.0]='7.2'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue