Skip to content

Commit

Permalink
Update dependency krakjoe/apcu to v5.1.21 (main) (uselagoon#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Oct 28, 2021
2 parents f2a4776 + 5a23539 commit 823d109
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 7.3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN apk add --no-cache fcgi \
imagemagick-dev

RUN apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS \
&& yes '' | pecl install -f apcu-5.1.20 \
&& yes '' | pecl install -f apcu-5.1.21 \
&& yes '' | pecl install -f imagick-3.5.1 \
&& yes '' | pecl install -f redis-4.3.0 \
&& yes '' | pecl install -f xdebug-2.9.8 \
Expand Down
2 changes: 1 addition & 1 deletion 7.4.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN apk add --no-cache fcgi \
imagemagick-dev

RUN apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS \
&& yes '' | pecl install -f apcu-5.1.20 \
&& yes '' | pecl install -f apcu-5.1.21 \
&& yes '' | pecl install -f imagick-3.5.1 \
&& yes '' | pecl install -f redis-4.3.0 \
&& yes '' | pecl install -f xdebug-2.9.8 \
Expand Down
2 changes: 1 addition & 1 deletion 8.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RUN apk add --no-cache fcgi \
imagemagick-dev

RUN apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS \
&& yes '' | pecl install -f apcu-5.1.20 \
&& yes '' | pecl install -f apcu-5.1.21 \
&& yes '' | pecl install -f imagick-3.5.1 \
&& yes '' | pecl install -f redis-5.3.4 \
&& yes '' | pecl install -f xdebug-3.0.4 \
Expand Down

0 comments on commit 823d109

Please sign in to comment.