0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 11:06:09 +02:00

Remove Nextcloud 21 (EOL)

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2022-03-23 11:01:24 +01:00
parent 6478d4d0ce
commit 596513b99d

View file

@ -3,7 +3,6 @@ set -eo pipefail
declare -A php_version=(
[default]='8.0'
[21]='7.4'
)
declare -A cmd=(
@ -77,7 +76,7 @@ variants=(
fpm-alpine
)
min_version='21'
min_version='22'
# version_greater_or_equal A B returns whether A >= B
function version_greater_or_equal() {