mirror of
https://github.com/nextcloud/docker.git
synced 2025-05-03 07:30:53 +02:00
Upgrade PHP Redis to 5.x for 19.0 (#1100)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
a229b17bca
commit
0599d1022c
4 changed files with 5 additions and 4 deletions
|
@ -70,7 +70,7 @@ imagick_version="$(
|
|||
declare -A pecl_versions=(
|
||||
[APCu]="$apcu_version"
|
||||
[memcached]="$memcached_version"
|
||||
[redis]="4.3.0"
|
||||
[redis]="$redis_version"
|
||||
[imagick]="$imagick_version"
|
||||
)
|
||||
|
||||
|
@ -151,6 +151,7 @@ function create_variant() {
|
|||
16.*|17.*|18.* )
|
||||
sed -ri -e '
|
||||
\@bcmath@d;
|
||||
s/'"redis-${pecl_versions[redis]}"'/redis-4.3.0/g;
|
||||
' "$dir/Dockerfile"
|
||||
;;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue