Skip to content

Commit

Permalink
Merge pull request #1112 from uselagoon/renovate/main-krakjoe-apcu-5.1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency krakjoe/apcu to v5.1.24 (main)
  • Loading branch information
tobybellwood authored Sep 22, 2024
2 parents 85c83d8 + 6644b0c commit 0162c5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/php-fpm/8.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion images/php-fpm/8.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion images/php-fpm/8.3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0162c5e

Please sign in to comment.