Skip to content

Commit

Permalink
Merge pull request #1164 from uselagoon/php-redis610
Browse files Browse the repository at this point in the history
build: update redis pecl package to 6.1.0
  • Loading branch information
tobybellwood authored Nov 26, 2024
2 parents ebfb27e + 94625fe commit 571ea55
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 @@ -80,7 +80,7 @@ RUN apk update \
&& apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS \
&& 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 redis-6.1.0 \
&& yes '' | pecl install -f xdebug-3.3.2 \
&& yes '' | pecl install -f yaml-2.2.4 \
&& docker-php-ext-enable apcu imagick redis xdebug yaml \
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 @@ -80,7 +80,7 @@ RUN apk update \
&& apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS \
&& 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 redis-6.1.0 \
&& yes '' | pecl install -f xdebug-3.3.2 \
&& yes '' | pecl install -f yaml-2.2.4 \
&& docker-php-ext-enable apcu imagick redis xdebug yaml \
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 @@ -80,7 +80,7 @@ RUN apk update \
&& apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS \
&& 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 redis-6.1.0 \
&& yes '' | pecl install -f xdebug-3.3.2 \
&& yes '' | pecl install -f yaml-2.2.4 \
# fix for https://github.com/Imagick/imagick/pull/641
Expand Down

0 comments on commit 571ea55

Please sign in to comment.