summaryrefslogtreecommitdiffstats
path: root/19.0/fpm-alpine/Dockerfile
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-06-04 22:03:30 +0000
committerGitHub <noreply@github.com>2020-06-04 22:03:30 +0000
commit0599d1022cc4e1192a19f1c8fcd83c6d195d6b96 (patch)
tree0139ca56655d770aa18fe5dd88433c71cc6d4dab /19.0/fpm-alpine/Dockerfile
parenta229b17bca928e95181e92e64d06427ccd15bb86 (diff)
Upgrade PHP Redis to 5.x for 19.0 (#1100)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
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 dba6f693..d8b72154 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.18; \
pecl install memcached-3.1.5; \
- pecl install redis-4.3.0; \
+ pecl install redis-5.2.2; \
pecl install imagick-3.4.4; \
\
docker-php-ext-enable \