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

Commit 940c161

Browse files
committed
chore: upgrade redis to 7.2
1 parent 18cdcf9 commit 940c161

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)