summaryrefslogtreecommitdiffstats
path: root/19.0/fpm-alpine/Dockerfile
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2021-03-04 22:53:44 +0000
committerGitHub Workflow <workflow@github.com>2021-03-04 22:53:44 +0000
commitf1ca6dbfab022e44b8aed9909939a4c43726d2f2 (patch)
tree08ad31a36b735975a75a0b38bf0e44b13a28102e /19.0/fpm-alpine/Dockerfile
parentdceaf7307c865157bf2d6119a17214727e22df2f (diff)
Runs update.sh
Diffstat (limited to '19.0/fpm-alpine/Dockerfile')
-rw-r--r--19.0/fpm-alpine/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/19.0/fpm-alpine/Dockerfile b/19.0/fpm-alpine/Dockerfile
index 9a5daa1b..5e238ca7 100644
--- a/19.0/fpm-alpine/Dockerfile
+++ b/19.0/fpm-alpine/Dockerfile
@@ -52,7 +52,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.19; \
+ pecl install APCu-5.1.20; \
pecl install memcached-3.1.5; \
pecl install redis-5.3.3; \
pecl install imagick-3.4.4; \