From 6644b0c36df472d169670bb250693cfa130c3a0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 21:27:20 +0000 Subject: [PATCH] chore(deps): update dependency krakjoe/apcu to v5.1.24 --- images/php-fpm/8.1.Dockerfile | 2 +- images/php-fpm/8.2.Dockerfile | 2 +- images/php-fpm/8.3.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 \