mirror of
https://github.com/nextcloud/docker.git
synced 2025-07-17 21:28:05 +02:00
Remove EOL 29 (#2448)
* Remove EOL 29 Signed-off-by: J0WI <J0WI@users.noreply.github.com> * Bump stable to 31.0.7 Signed-off-by: J0WI <J0WI@users.noreply.github.com> --------- Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
0637214ee8
commit
9f11a11c45
43 changed files with 2 additions and 2169 deletions
|
@ -10,7 +10,6 @@ declare -A debian_version=(
|
|||
)
|
||||
|
||||
declare -A php_version=(
|
||||
[29]='8.2'
|
||||
[default]='8.3'
|
||||
)
|
||||
|
||||
|
@ -95,7 +94,7 @@ variants=(
|
|||
fpm-alpine
|
||||
)
|
||||
|
||||
min_version='29'
|
||||
min_version='30'
|
||||
|
||||
# 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