summaryrefslogtreecommitdiffstats
path: root/19.0/apache/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '19.0/apache/Dockerfile')
-rw-r--r--19.0/apache/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/19.0/apache/Dockerfile b/19.0/apache/Dockerfile
index c77835aa..a57e1551 100644
--- a/19.0/apache/Dockerfile
+++ b/19.0/apache/Dockerfile
@@ -58,7 +58,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.18; \
+ pecl install APCu-5.1.19; \
pecl install memcached-3.1.5; \
pecl install redis-5.3.1; \
pecl install imagick-3.4.4; \