mirror of
https://github.com/nextcloud/docker.git
synced 2024-12-25 18:46:14 +01:00
Remove end of life version 15.0
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
4bd951c622
commit
8c96d5b7ad
1 changed files with 1 additions and 2 deletions
|
@ -26,7 +26,6 @@ declare -A extras=(
|
|||
declare -A crontab_int=(
|
||||
[default]='5'
|
||||
[16.0]='15'
|
||||
[15.0]='15'
|
||||
)
|
||||
|
||||
apcu_version="$(
|
||||
|
@ -78,7 +77,7 @@ variants=(
|
|||
fpm-alpine
|
||||
)
|
||||
|
||||
min_version='15.0'
|
||||
min_version='16.0'
|
||||
|
||||
# version_greater_or_equal A B returns whether A >= B
|
||||
function version_greater_or_equal() {
|
||||
|
|
Loading…
Reference in a new issue