Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 0052e0d

Browse files
authored
Merge pull request #1187 from openedx/umar/upgrade-redis
Upgrade redis to 7.2
2 parents 18cdcf9 + 940c161 commit 0052e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ services:
239239
redis:
240240
container_name: "edx.${COMPOSE_PROJECT_NAME:-devstack}.redis"
241241
hostname: redis.devstack.edx
242-
image: redis:6.2.12
242+
image: redis:7.2
243243
command: redis-server --requirepass password
244244
networks:
245245
default:

0 commit comments

Comments
 (0)