From 013a71ac9b5b6153e52f8572f607bc7d2ad953bd Mon Sep 17 00:00:00 2001 From: Tilo Spannagel Date: Sat, 17 Feb 2018 20:38:54 +0100 Subject: [PATCH] Update APCu to version 5.1.10 --- 11.0/apache/Dockerfile | 2 +- 11.0/fpm/Dockerfile | 2 +- 12.0/apache/Dockerfile | 2 +- 12.0/fpm/Dockerfile | 2 +- 13.0/apache/Dockerfile | 2 +- 13.0/fpm/Dockerfile | 2 +- Dockerfile.template | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/11.0/apache/Dockerfile b/11.0/apache/Dockerfile index cc33bcb..f39b9f6 100644 --- a/11.0/apache/Dockerfile +++ b/11.0/apache/Dockerfile @@ -32,7 +32,7 @@ RUN set -ex; \ docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr; \ docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \ docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip pcntl; \ - pecl install APCu-5.1.9; \ + pecl install APCu-5.1.10; \ pecl install memcached-3.0.4; \ pecl install redis-3.1.6; \ docker-php-ext-enable apcu redis memcached; \ diff --git a/11.0/fpm/Dockerfile b/11.0/fpm/Dockerfile index c4845ce..f0a5a6f 100644 --- a/11.0/fpm/Dockerfile +++ b/11.0/fpm/Dockerfile @@ -32,7 +32,7 @@ RUN set -ex; \ docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr; \ docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \ docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip pcntl; \ - pecl install APCu-5.1.9; \ + pecl install APCu-5.1.10; \ pecl install memcached-3.0.4; \ pecl install redis-3.1.6; \ docker-php-ext-enable apcu redis memcached; \ diff --git a/12.0/apache/Dockerfile b/12.0/apache/Dockerfile index 77dc2e9..acb990f 100644 --- a/12.0/apache/Dockerfile +++ b/12.0/apache/Dockerfile @@ -32,7 +32,7 @@ RUN set -ex; \ docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr; \ docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \ docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip pcntl; \ - pecl install APCu-5.1.9; \ + pecl install APCu-5.1.10; \ pecl install memcached-3.0.4; \ pecl install redis-3.1.6; \ docker-php-ext-enable apcu redis memcached; \ diff --git a/12.0/fpm/Dockerfile b/12.0/fpm/Dockerfile index 69c3150..225cf01 100644 --- a/12.0/fpm/Dockerfile +++ b/12.0/fpm/Dockerfile @@ -32,7 +32,7 @@ RUN set -ex; \ docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr; \ docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \ docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip pcntl; \ - pecl install APCu-5.1.9; \ + pecl install APCu-5.1.10; \ pecl install memcached-3.0.4; \ pecl install redis-3.1.6; \ docker-php-ext-enable apcu redis memcached; \ diff --git a/13.0/apache/Dockerfile b/13.0/apache/Dockerfile index ad48f0a..3008d22 100644 --- a/13.0/apache/Dockerfile +++ b/13.0/apache/Dockerfile @@ -32,7 +32,7 @@ RUN set -ex; \ docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr; \ docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \ docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip pcntl; \ - pecl install APCu-5.1.9; \ + pecl install APCu-5.1.10; \ pecl install memcached-3.0.4; \ pecl install redis-3.1.6; \ docker-php-ext-enable apcu redis memcached; \ diff --git a/13.0/fpm/Dockerfile b/13.0/fpm/Dockerfile index c2728ac..ece66af 100644 --- a/13.0/fpm/Dockerfile +++ b/13.0/fpm/Dockerfile @@ -32,7 +32,7 @@ RUN set -ex; \ docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr; \ docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \ docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip pcntl; \ - pecl install APCu-5.1.9; \ + pecl install APCu-5.1.10; \ pecl install memcached-3.0.4; \ pecl install redis-3.1.6; \ docker-php-ext-enable apcu redis memcached; \ diff --git a/Dockerfile.template b/Dockerfile.template index eb65a15..0326593 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -32,7 +32,7 @@ RUN set -ex; \ docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr; \ docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \ docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip pcntl; \ - pecl install APCu-5.1.9; \ + pecl install APCu-5.1.10; \ pecl install memcached-3.0.4; \ pecl install redis-3.1.6; \ docker-php-ext-enable apcu redis memcached; \