From 2f4b4cde66012b4d2246a6d6c561ea77a0318ea8 Mon Sep 17 00:00:00 2001 From: szaimen Date: Sun, 12 Nov 2023 12:02:15 +0000 Subject: [PATCH] php dependency updates Signed-off-by: GitHub --- Containers/mastercontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/mastercontainer/Dockerfile b/Containers/mastercontainer/Dockerfile index 6bda1123..92b7f1a8 100644 --- a/Containers/mastercontainer/Dockerfile +++ b/Containers/mastercontainer/Dockerfile @@ -42,7 +42,7 @@ RUN set -ex; \ apk add --no-cache --virtual .build-deps \ autoconf \ build-base; \ - pecl install APCu-5.1.22; \ + pecl install APCu-5.1.23; \ docker-php-ext-enable apcu; \ rm -r /tmp/pear; \ runDeps="$( \