File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ This configuration parameter defines which MySQL Docker image to use.
8787
8888.. https://hub.docker.com/_/redis/tags
8989
90- - ``DOCKER_IMAGE_REDIS `` (default: ``"docker.io/redis:7.2.4 " ``)
90+ - ``DOCKER_IMAGE_REDIS `` (default: ``"docker.io/redis:7.4.5 " ``)
9191
9292This configuration parameter defines which Redis Docker image to use.
9393
Original file line number Diff line number Diff line change 1- # https://raw.githubusercontent.com/redis/redis/6.0 /redis.conf
1+ # https://raw.githubusercontent.com/redis/redis/7.4.5 /redis.conf
22port 6379
33
44tcp-backlog 511
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ DOCKER_IMAGE_MONGODB: "docker.io/mongo:7.0.7"
2424DOCKER_IMAGE_MYSQL : " docker.io/mysql:8.4.0"
2525DOCKER_IMAGE_PERMISSIONS : " {{ DOCKER_REGISTRY }}overhangio/openedx-permissions:{{ TUTOR_VERSION }}"
2626# https://hub.docker.com/_/redis/tags
27- DOCKER_IMAGE_REDIS : " docker.io/redis:7.2.4 "
27+ DOCKER_IMAGE_REDIS : " docker.io/redis:7.4.5 "
2828# https://hub.docker.com/r/devture/exim-relay/tags
2929DOCKER_IMAGE_SMTP : " docker.io/devture/exim-relay:4.96-r1-0"
3030EDX_PLATFORM_REPOSITORY : " https://github.com/openedx/edx-platform.git"
You can’t perform that action at this time.
0 commit comments