summaryrefslogtreecommitdiffstats
path: root/19.0
diff options
context:
space:
mode:
authorGitHub Workflow <workflow@github.com>2021-02-02 01:20:35 +0000
committerGitHub Workflow <workflow@github.com>2021-02-02 01:20:35 +0000
commita8239107dd7f93abe2ae6e96f6a4d768f1c09632 (patch)
treec96282e450000485dc796ce96c470ef308044b62 /19.0
parenta6d2840d9535df0c6eb005b8eee8ebe284ac9872 (diff)
Runs update.sh
Diffstat (limited to '19.0')
-rw-r--r--19.0/apache/Dockerfile2
-rw-r--r--19.0/fpm-alpine/Dockerfile2
-rw-r--r--19.0/fpm/Dockerfile2
3 files changed, 3 insertions, 3 deletions
diff --git a/19.0/apache/Dockerfile b/19.0/apache/Dockerfile
index 0c6620c1..40a02145 100644
--- a/19.0/apache/Dockerfile
+++ b/19.0/apache/Dockerfile
@@ -60,7 +60,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 memcached-3.1.5; \
- pecl install redis-5.3.2; \
+ pecl install redis-5.3.3; \
pecl install imagick-3.4.4; \
\
docker-php-ext-enable \
diff --git a/19.0/fpm-alpine/Dockerfile b/19.0/fpm-alpine/Dockerfile
index d76b6753..4449c7fb 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.19; \
pecl install memcached-3.1.5; \
- pecl install redis-5.3.2; \
+ pecl install redis-5.3.3; \
pecl install imagick-3.4.4; \
\
docker-php-ext-enable \
diff --git a/19.0/fpm/Dockerfile b/19.0/fpm/Dockerfile
index 66854ad6..6f0930dc 100644
--- a/19.0/fpm/Dockerfile
+++ b/19.0/fpm/Dockerfile
@@ -60,7 +60,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 memcached-3.1.5; \
- pecl install redis-5.3.2; \
+ pecl install redis-5.3.3; \
pecl install imagick-3.4.4; \
\
docker-php-ext-enable \