summaryrefslogtreecommitdiffstats
path: root/13.0-rc/apache
diff options
context:
space:
mode:
Diffstat (limited to '13.0-rc/apache')
-rw-r--r--13.0-rc/apache/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/13.0-rc/apache/Dockerfile b/13.0-rc/apache/Dockerfile
index c5366935..4959ac8f 100644
--- a/13.0-rc/apache/Dockerfile
+++ b/13.0-rc/apache/Dockerfile
@@ -51,9 +51,9 @@ RUN set -ex; \
; \
\
# pecl will claim success even if one install fails, so we need to perform each install separately
- pecl install APCu-5.1.12; \
+ pecl install APCu-5.1.13; \
pecl install memcached-3.0.4; \
- pecl install redis-4.1.1; \
+ pecl install redis-4.2.0; \
\
docker-php-ext-enable \
apcu \