diff --git a/images/php-fpm/8.0.Dockerfile b/images/php-fpm/8.0.Dockerfile index 071adc680..3eb5e084d 100644 --- a/images/php-fpm/8.0.Dockerfile +++ b/images/php-fpm/8.0.Dockerfile @@ -72,7 +72,7 @@ RUN apk add --no-cache --virtual .devdeps \ # for yaml yaml-dev \ && apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS \ - && yes '' | pecl install -f apcu-5.1.22 \ + && yes '' | pecl install -f apcu-5.1.23 \ && yes '' | pecl install -f imagick-3.7.0 \ && yes '' | pecl install -f redis-5.3.7 \ && yes '' | pecl install -f xdebug-3.2.2 \ diff --git a/images/php-fpm/8.1.Dockerfile b/images/php-fpm/8.1.Dockerfile index a2eff05ed..ed770eaf5 100644 --- a/images/php-fpm/8.1.Dockerfile +++ b/images/php-fpm/8.1.Dockerfile @@ -73,7 +73,7 @@ RUN apk add --no-cache --virtual .devdeps \ # for yaml yaml-dev \ && apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS \ - && yes '' | pecl install -f apcu-5.1.22 \ + && yes '' | pecl install -f apcu-5.1.23 \ && yes '' | pecl install -f imagick-3.7.0 \ && yes '' | pecl install -f redis-5.3.7 \ && yes '' | pecl install -f xdebug-3.2.2 \ diff --git a/images/php-fpm/8.2.Dockerfile b/images/php-fpm/8.2.Dockerfile index 086d1752d..5e817753f 100644 --- a/images/php-fpm/8.2.Dockerfile +++ b/images/php-fpm/8.2.Dockerfile @@ -73,7 +73,7 @@ RUN apk add --no-cache --virtual .devdeps \ # for yaml yaml-dev \ && apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS \ - && yes '' | pecl install -f apcu-5.1.22 \ + && yes '' | pecl install -f apcu-5.1.23 \ && yes '' | pecl install -f imagick-3.7.0 \ && yes '' | pecl install -f redis-5.3.7 \ && yes '' | pecl install -f xdebug-3.2.2 \