1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Upgraded PHP Redis

This commit is contained in:
Eldad Fux 2020-07-23 17:59:17 +03:00
parent 8188d94cf3
commit b287f47125

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.0 \
PHP_REDIS_VERSION=5.3.1 \
PHP_SWOOLE_VERSION=4.5.2 \
PHP_XDEBUG_VERSION=sdebug_2_9-beta