From 007f0889195d5ed44a6eac7e7af6e026dc759aa7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 21:08:42 +0000 Subject: [PATCH] Update dependency krakjoe/apcu to v5.1.23 --- images/php-fpm/8.0.Dockerfile | 2 +- images/php-fpm/8.1.Dockerfile | 2 +- images/php-fpm/8.2.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 \