summaryrefslogtreecommitdiffstats
path: root/17.0/fpm/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 /17.0/fpm/Dockerfile
parent5e0d2b2b79b1532deff130fde24a7fc9a5cbce0e (diff)
Runs update.sh
Diffstat (limited to '17.0/fpm/Dockerfile')
-rw-r--r--17.0/fpm/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/17.0/fpm/Dockerfile b/17.0/fpm/Dockerfile
index 4c64a924..ecd6dc3d 100644
--- a/17.0/fpm/Dockerfile
+++ b/17.0/fpm/Dockerfile
@@ -59,7 +59,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-4.3.0; \
pecl install imagick-3.4.4; \