0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-21 13:55:08 +01:00
Signed-off-by: J0WI <J0WI@users.noreply.github.com>

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
J0WI 2022-10-19 14:58:40 +00:00 committed by GitHub
parent 20327851c8
commit ea1360defa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,9 @@
set -eo pipefail set -eo pipefail
declare -A php_version=( declare -A php_version=(
[default]='8.0' [23]='8.0'
[24]='8.0'
[default]='8.1'
) )
declare -A cmd=( declare -A cmd=(