0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-05-03 07:30:53 +02:00

Alpine 3.18 & PHP 8.2 (#1989)

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2023-05-31 15:17:36 +00:00 committed by GitHub
parent fb5866ada9
commit 22d28e45cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 9 deletions

View file

@ -2,8 +2,8 @@
set -eo pipefail
declare -A alpine_version=(
[default]='3.17'
[25]='3.16'
[default]='3.18'
)
declare -A debian_version=(
@ -11,7 +11,8 @@ declare -A debian_version=(
)
declare -A php_version=(
[default]='8.1'
[25]='8.1'
[default]='8.2'
)
declare -A cmd=(