Skip to content

Commit b0d9c7e

Browse files
Merge pull request #428 from magento-thunder/MAGECLOUD-3223
MAGECLOUD-3223: Add Redis 5 Image to Cloud Docker
2 parents f8d88df + cf2834b commit b0d9c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Docker/Service/ServiceFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class ServiceFactory
5656
],
5757
self::SERVICE_REDIS => [
5858
'image' => 'redis:%s',
59-
'versions' => ['3.0', '3.2', '4.0'],
59+
'versions' => ['3.0', '3.2', '4.0', '5.0'],
6060
'config' => [
6161
'volumes' => [
6262
'/data',

0 commit comments

Comments
 (0)