summaryrefslogtreecommitdiffstats
path: root/19.0/fpm-alpine/Dockerfile
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2021-03-24 22:04:12 +0000
committerGitHub Workflow <workflow@github.com>2021-03-24 22:04:12 +0000
commit19b28fa6385c46c0dc5372cf74834b6b1b135f5c (patch)
tree87195ffef77ab830cd6ecb704b26420b69fc7a08 /19.0/fpm-alpine/Dockerfile
parent9b057aafb0c41bab63870277c53307d3d6dc572b (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 5e238ca7..918c2726 100644
--- a/19.0/fpm-alpine/Dockerfile
+++ b/19.0/fpm-alpine/Dockerfile
@@ -54,7 +54,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.20; \
pecl install memcached-3.1.5; \
- pecl install redis-5.3.3; \
+ pecl install redis-5.3.4; \
pecl install imagick-3.4.4; \
\
docker-php-ext-enable \