0
0
Fork 0
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:
J0WI 2025-07-11 11:19:38 +00:00 committed by GitHub
parent 0637214ee8
commit 9f11a11c45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
43 changed files with 2 additions and 2169 deletions

View file

@ -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() {