1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Updated Redis client

This commit is contained in:
Eldad Fux 2020-10-22 15:31:41 +03:00
parent f4f66256f4
commit c8be0a0e04

View file

@ -15,7 +15,7 @@ RUN composer update --ignore-platform-reqs --optimize-autoloader \
FROM php:7.4-cli-alpine as step1
ENV TZ=Asia/Tel_Aviv \
PHP_REDIS_VERSION=5.3.2RC2 \
PHP_REDIS_VERSION=5.3.2 \
PHP_SWOOLE_VERSION=4.5.5 \
PHP_XDEBUG_VERSION=sdebug_2_9-beta