summaryrefslogtreecommitdiffstats
path: root/19.0
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2020-07-14 22:32:04 +0200
committerGitHub <noreply@github.com>2020-07-14 20:32:04 +0000
commit8c623fd1562666a7a35ed8ce8b06a7882d1b0459 (patch)
tree906030de59c8ca0cd3c9be34bdc352077c794f8e /19.0
parentbaebdfefd931fca6799e2163d9ca3efe1520d4d3 (diff)
Run update.sh (#1170)
* Run update.sh Signed-off-by: tilosp-bot <git-bot@tilosp.de> * Run update.sh Signed-off-by: tilosp-bot <git-bot@tilosp.de> * Run update.sh Signed-off-by: tilosp-bot <git-bot@tilosp.de>
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 259c43c5..877ceb73 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.18; \
pecl install memcached-3.1.5; \
- pecl install redis-5.2.2; \
+ pecl install redis-5.3.1; \
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 8860a2d9..66754921 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-5.2.2; \
+ pecl install redis-5.3.1; \
pecl install imagick-3.4.4; \
\
docker-php-ext-enable \
diff --git a/19.0/fpm/Dockerfile b/19.0/fpm/Dockerfile
index 99e9725f..022d9c34 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.18; \
pecl install memcached-3.1.5; \
- pecl install redis-5.2.2; \
+ pecl install redis-5.3.1; \
pecl install imagick-3.4.4; \
\
docker-php-ext-enable \