mirror of
https://github.com/nextcloud/docker.git
synced 2025-05-03 07:30:53 +02:00
parent
9b84086ab9
commit
8394b4967c
38 changed files with 1 additions and 1787 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue