From b287f4712502775f5747f935a73fcb5bcb17ebc4 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Thu, 23 Jul 2020 17:59:17 +0300 Subject: [PATCH] Upgraded PHP Redis --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2d65189998..889b8d2bc6 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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