File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ RUN set -ex; \
6666 \
6767# pecl will claim success even if one install fails, so we need to perform each install separately
6868 pecl install APCu-5.1.28; \
69- pecl install igbinary-3.2.16 ; \
69+ pecl install igbinary-3.2.17RC1 ; \
7070 pecl install imagick-3.8.1; \
7171 pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
7272 memcached-3.4.0; \
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ RUN set -ex; \
6262 \
6363# pecl will claim success even if one install fails, so we need to perform each install separately
6464 pecl install APCu-5.1.28; \
65- pecl install igbinary-3.2.16 ; \
65+ pecl install igbinary-3.2.17RC1 ; \
6666 pecl install imagick-3.8.1; \
6767 pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
6868 memcached-3.4.0; \
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ RUN set -ex; \
6666 \
6767# pecl will claim success even if one install fails, so we need to perform each install separately
6868 pecl install APCu-5.1.28; \
69- pecl install igbinary-3.2.16 ; \
69+ pecl install igbinary-3.2.17RC1 ; \
7070 pecl install imagick-3.8.1; \
7171 pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
7272 memcached-3.4.0; \
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ RUN set -ex; \
6666 \
6767# pecl will claim success even if one install fails, so we need to perform each install separately
6868 pecl install APCu-5.1.28; \
69- pecl install igbinary-3.2.16 ; \
69+ pecl install igbinary-3.2.17RC1 ; \
7070 pecl install imagick-3.8.1; \
7171 pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
7272 memcached-3.4.0; \
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ RUN set -ex; \
6262 \
6363# pecl will claim success even if one install fails, so we need to perform each install separately
6464 pecl install APCu-5.1.28; \
65- pecl install igbinary-3.2.16 ; \
65+ pecl install igbinary-3.2.17RC1 ; \
6666 pecl install imagick-3.8.1; \
6767 pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
6868 memcached-3.4.0; \
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ RUN set -ex; \
6666 \
6767# pecl will claim success even if one install fails, so we need to perform each install separately
6868 pecl install APCu-5.1.28; \
69- pecl install igbinary-3.2.16 ; \
69+ pecl install igbinary-3.2.17RC1 ; \
7070 pecl install imagick-3.8.1; \
7171 pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
7272 memcached-3.4.0; \
Original file line number Diff line number Diff line change 11# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
2- FROM php:8.4 -apache-trixie
2+ FROM php:8.5 -apache-trixie
33
44# entrypoint.sh and cron.sh dependencies
55RUN set -ex; \
@@ -66,7 +66,7 @@ RUN set -ex; \
6666 \
6767# pecl will claim success even if one install fails, so we need to perform each install separately
6868 pecl install APCu-5.1.28; \
69- pecl install igbinary-3.2.16 ; \
69+ pecl install igbinary-3.2.17RC1 ; \
7070 pecl install imagick-3.8.1; \
7171 pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
7272 memcached-3.4.0; \
Original file line number Diff line number Diff line change 11# DO NOT EDIT: created by update.sh from Dockerfile-alpine.template
2- FROM php:8.4 -fpm-alpine3.23
2+ FROM php:8.5 -fpm-alpine3.23
33
44# entrypoint.sh and cron.sh dependencies
55RUN set -ex; \
@@ -62,7 +62,7 @@ RUN set -ex; \
6262 \
6363# pecl will claim success even if one install fails, so we need to perform each install separately
6464 pecl install APCu-5.1.28; \
65- pecl install igbinary-3.2.16 ; \
65+ pecl install igbinary-3.2.17RC1 ; \
6666 pecl install imagick-3.8.1; \
6767 pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
6868 memcached-3.4.0; \
Original file line number Diff line number Diff line change 11# DO NOT EDIT: created by update.sh from Dockerfile-debian.template
2- FROM php:8.4 -fpm-trixie
2+ FROM php:8.5 -fpm-trixie
33
44# entrypoint.sh and cron.sh dependencies
55RUN set -ex; \
@@ -66,7 +66,7 @@ RUN set -ex; \
6666 \
6767# pecl will claim success even if one install fails, so we need to perform each install separately
6868 pecl install APCu-5.1.28; \
69- pecl install igbinary-3.2.16 ; \
69+ pecl install igbinary-3.2.17RC1 ; \
7070 pecl install imagick-3.8.1; \
7171 pecl install --configureoptions 'enable-memcached-igbinary="yes"' \
7272 memcached-3.4.0; \
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ declare -A debian_version=(
1111
1212declare -A php_version=(
1313 [32]=' 8.3'
14- [default]=' 8.4'
14+ [33]=' 8.4'
15+ [default]=' 8.5'
1516)
1617
1718declare -A ftp_options=(
@@ -88,7 +89,9 @@ redis_version="$(
8889
8990declare -A pecl_versions=(
9091 [APCu]=" $apcu_version "
91- [igbinary]=" $igbinary_version "
92+ # https://github.com/nextcloud/docker/issues/2578
93+ # [igbinary]="$igbinary_version"
94+ [igbinary]=" 3.2.17RC1"
9295 [imagick]=" $imagick_version "
9396 [memcached]=" $memcached_version "
9497 [redis]=" $redis_version "
You can’t perform that action at this time.
0 commit comments