diff --git a/images/php-fpm/8.1.Dockerfile b/images/php-fpm/8.1.Dockerfile index 4bf68af34..15a9cefad 100644 --- a/images/php-fpm/8.1.Dockerfile +++ b/images/php-fpm/8.1.Dockerfile @@ -78,7 +78,7 @@ RUN apk update \ # for yaml yaml-dev \ && apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS \ - && yes '' | pecl install -f apcu-5.1.23 \ + && yes '' | pecl install -f apcu-5.1.24 \ && yes '' | pecl install -f imagick-3.7.0 \ && yes '' | pecl install -f redis-5.3.7 \ && yes '' | pecl install -f xdebug-3.3.2 \ diff --git a/images/php-fpm/8.2.Dockerfile b/images/php-fpm/8.2.Dockerfile index 0dc2d5b60..2e79ac8a1 100644 --- a/images/php-fpm/8.2.Dockerfile +++ b/images/php-fpm/8.2.Dockerfile @@ -78,7 +78,7 @@ RUN apk update \ # for yaml yaml-dev \ && apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS \ - && yes '' | pecl install -f apcu-5.1.23 \ + && yes '' | pecl install -f apcu-5.1.24 \ && yes '' | pecl install -f imagick-3.7.0 \ && yes '' | pecl install -f redis-5.3.7 \ && yes '' | pecl install -f xdebug-3.3.2 \ diff --git a/images/php-fpm/8.3.Dockerfile b/images/php-fpm/8.3.Dockerfile index ac0fce52b..1be354dfa 100644 --- a/images/php-fpm/8.3.Dockerfile +++ b/images/php-fpm/8.3.Dockerfile @@ -78,7 +78,7 @@ RUN apk update \ # for yaml yaml-dev \ && apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS \ - && yes '' | pecl install -f apcu-5.1.23 \ + && yes '' | pecl install -f apcu-5.1.24 \ # && yes '' | pecl install -f imagick-3.7.0 \ # fix for https://github.com/Imagick/imagick/pull/641 && yes '' | pecl install -f redis-5.3.7 \ && yes '' | pecl install -f xdebug-3.3.2 \