0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-18 00:44:47 +02:00

Debian Bookworm (#2033)

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2023-07-24 19:36:02 +00:00 committed by GitHub
parent 1b913eb0e9
commit d3b3eeba85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -7,7 +7,8 @@ declare -A alpine_version=(
)
declare -A debian_version=(
[default]='bullseye'
[25]='bullseye'
[default]='bookworm'
)
declare -A php_version=(