Skip to content

Commit 61f12af

Browse files
authored
Merge pull request #82 from stronk7/7.2-stretch
Unpin Redis 4.3.0. Newer >= 5.0.0 versions should be back to work (7.2-stretch)
2 parents 7dbfe9a + b7a8c1d commit 61f12af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/tmp/setup/php-extensions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/
5959
docker-php-ext-install -j$(nproc) ldap
6060

6161
# Memcached, MongoDB, Redis, APCu, igbinary.
62-
pecl install memcached mongodb redis-4.3.0 apcu igbinary
62+
pecl install memcached mongodb redis apcu igbinary
6363
docker-php-ext-enable memcached mongodb redis apcu igbinary
6464

6565
# ZIP

0 commit comments

Comments
 (0)