summaryrefslogtreecommitdiffstats
path: root/27/apache/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '27/apache/Dockerfile')
-rw-r--r--27/apache/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/27/apache/Dockerfile b/27/apache/Dockerfile
index 8456bfc3..36576329 100644
--- a/27/apache/Dockerfile
+++ b/27/apache/Dockerfile
@@ -63,7 +63,7 @@ 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.22; \
+ pecl install APCu-5.1.23; \
pecl install imagick-3.7.0; \
pecl install memcached-3.2.0; \
pecl install redis-6.0.2; \