summaryrefslogtreecommitdiffstats
path: root/24/apache/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '24/apache/Dockerfile')
-rw-r--r--24/apache/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/24/apache/Dockerfile b/24/apache/Dockerfile
index 26e76819..45d74701 100644
--- a/24/apache/Dockerfile
+++ b/24/apache/Dockerfile
@@ -61,7 +61,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.21; \
+ pecl install APCu-5.1.22; \
pecl install memcached-3.2.0; \
pecl install redis-5.3.7; \
pecl install imagick-3.7.0; \