Skip to content

Commit fff0d22

Browse files
authored
Update APCu to 5.1.21 to remove deprected warnings (#498)
* Update APCu to 5.1.21 to remove deprected warnings * Update APCu to 5.1.27
1 parent 1acf948 commit fff0d22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN set -eux; \
4747
bz2 \
4848
; \
4949
\
50-
pecl install apcu-5.1.20; \
50+
pecl install apcu-5.1.27; \
5151
# redis added for wbstack
5252
pecl install redis-5.3.4; \
5353
docker-php-ext-enable \

0 commit comments

Comments
 (0)