Skip to content

Commit d90358d

Browse files
php dependency updates
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 04ffcb9 commit d90358d

File tree

2 files changed

+84
-141
lines changed

2 files changed

+84
-141
lines changed

Containers/mastercontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN set -ex; \
4242
apk add --no-cache --virtual .build-deps \
4343
autoconf \
4444
build-base; \
45-
pecl install APCu-5.1.24; \
45+
pecl install APCu-5.1.25; \
4646
docker-php-ext-enable apcu; \
4747
rm -r /tmp/pear; \
4848
runDeps="$( \

0 commit comments

Comments
 (0)