mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-03 19:46:10 +02:00
13.0.x is end of life
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
9628a41081
commit
c6f1569ebf
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,6 @@ set -eo pipefail
|
||||||
declare -A php_version=(
|
declare -A php_version=(
|
||||||
[default]='7.2'
|
[default]='7.2'
|
||||||
[14.0]='7.2'
|
[14.0]='7.2'
|
||||||
[13.0]='7.2'
|
|
||||||
)
|
)
|
||||||
|
|
||||||
declare -A cmd=(
|
declare -A cmd=(
|
||||||
|
@ -74,7 +73,7 @@ variants=(
|
||||||
fpm-alpine
|
fpm-alpine
|
||||||
)
|
)
|
||||||
|
|
||||||
min_version='13.0'
|
min_version='14.0'
|
||||||
|
|
||||||
# version_greater_or_equal A B returns whether A >= B
|
# version_greater_or_equal A B returns whether A >= B
|
||||||
function version_greater_or_equal() {
|
function version_greater_or_equal() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue