mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-22 21:53:54 +01:00
Remove Nextcloud 21 (EOL) (#1719)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
04d461e416
commit
7d6837dbbe
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@ set -eo pipefail
|
||||||
|
|
||||||
declare -A php_version=(
|
declare -A php_version=(
|
||||||
[default]='8.0'
|
[default]='8.0'
|
||||||
[21]='7.4'
|
|
||||||
)
|
)
|
||||||
|
|
||||||
declare -A cmd=(
|
declare -A cmd=(
|
||||||
|
@ -77,7 +76,7 @@ variants=(
|
||||||
fpm-alpine
|
fpm-alpine
|
||||||
)
|
)
|
||||||
|
|
||||||
min_version='21'
|
min_version='22'
|
||||||
|
|
||||||
# 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…
Reference in a new issue