0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-07-22 15:18:05 +02:00

Add workaround and update php to 8.3

Signed-off-by: HowRuck <ertus123123@gmail.com>
This commit is contained in:
HowRuck 2024-12-16 11:26:57 +01:00
parent 035003969a
commit 7bc9f22463
No known key found for this signature in database
GPG key ID: A951D20CFB8BFE5C
13 changed files with 230 additions and 66 deletions

View file

@ -10,7 +10,7 @@ declare -A debian_version=(
)
declare -A php_version=(
[default]='8.2'
[default]='8.3'
)
declare -A cmd=(