summaryrefslogtreecommitdiffstats
path: root/19.0-rc/apache/Dockerfile
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2020-10-06 01:07:25 +0000
committerGitHub Workflow <workflow@github.com>2020-10-06 01:07:25 +0000
commit6ff6bd54f0a2e69a2dab33eddb76bd6108546fbe (patch)
tree7de731437ff83d55c2e4b9b6d7e224c1877f8358 /19.0-rc/apache/Dockerfile
parent5e0d2b2b79b1532deff130fde24a7fc9a5cbce0e (diff)
Runs update.sh
Diffstat (limited to '19.0-rc/apache/Dockerfile')
-rw-r--r--19.0-rc/apache/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/19.0-rc/apache/Dockerfile b/19.0-rc/apache/Dockerfile
index cca65d83..295a7433 100644
--- a/19.0-rc/apache/Dockerfile
+++ b/19.0-rc/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; \