summaryrefslogtreecommitdiffstats
path: root/14.0
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2018-11-20 00:23:18 +0100
committerJ0WI <J0WI@users.noreply.github.com>2018-11-20 00:38:55 +0100
commitae849f190066e68156554d908cce5fa3e38fa05f (patch)
treef6f95b2637e48558a4de9a31685a3614f161529c /14.0
parentb6b83ba7ea521c38dc5521f66822b49bb5879c0e (diff)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to '14.0')
-rw-r--r--14.0/apache/Dockerfile4
-rw-r--r--14.0/fpm-alpine/Dockerfile4
-rw-r--r--14.0/fpm/Dockerfile4
3 files changed, 6 insertions, 6 deletions
diff --git a/14.0/apache/Dockerfile b/14.0/apache/Dockerfile
index 50c4de19..edd5c10b 100644
--- a/14.0/apache/Dockerfile
+++ b/14.0/apache/Dockerfile
@@ -51,9 +51,9 @@ 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.12; \
+ pecl install APCu-5.1.13; \
pecl install memcached-3.0.4; \
- pecl install redis-4.1.1; \
+ pecl install redis-4.2.0; \
\
docker-php-ext-enable \
apcu \
diff --git a/14.0/fpm-alpine/Dockerfile b/14.0/fpm-alpine/Dockerfile
index 24a74d25..1d654825 100644
--- a/14.0/fpm-alpine/Dockerfile
+++ b/14.0/fpm-alpine/Dockerfile
@@ -45,9 +45,9 @@ 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.12; \
+ pecl install APCu-5.1.13; \
pecl install memcached-3.0.4; \
- pecl install redis-4.1.1; \
+ pecl install redis-4.2.0; \
\
docker-php-ext-enable \
apcu \
diff --git a/14.0/fpm/Dockerfile b/14.0/fpm/Dockerfile
index ba239ca3..655d5c36 100644
--- a/14.0/fpm/Dockerfile
+++ b/14.0/fpm/Dockerfile
@@ -51,9 +51,9 @@ 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.12; \
+ pecl install APCu-5.1.13; \
pecl install memcached-3.0.4; \
- pecl install redis-4.1.1; \
+ pecl install redis-4.2.0; \
\
docker-php-ext-enable \
apcu \