0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-05-03 07:30:53 +02:00
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2023-05-25 23:03:53 +00:00 committed by GitHub
parent 9b84086ab9
commit 8394b4967c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
38 changed files with 1 additions and 1787 deletions

View file

@ -2,13 +2,11 @@
set -eo pipefail
declare -A alpine_version=(
[24]='3.16'
[25]='3.16'
[default]='3.17'
)
declare -A php_version=(
[24]='8.0'
[default]='8.1'
)
@ -83,7 +81,7 @@ variants=(
fpm-alpine
)
min_version='24'
min_version='25'
# version_greater_or_equal A B returns whether A >= B
function version_greater_or_equal() {