We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ffcb9 commit d90358dCopy full SHA for d90358d
Containers/mastercontainer/Dockerfile
@@ -42,7 +42,7 @@ RUN set -ex; \
42
apk add --no-cache --virtual .build-deps \
43
autoconf \
44
build-base; \
45
- pecl install APCu-5.1.24; \
+ pecl install APCu-5.1.25; \
46
docker-php-ext-enable apcu; \
47
rm -r /tmp/pear; \
48
runDeps="$( \
0 commit comments