Skip to content

Commit ffe2017

Browse files
authored
chore: upgrade Redis to version 7.4.5 (#1254)
1 parent 3b5e952 commit ffe2017

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [Improvement] Redis version upgraded to 7.4.5. (by @CodeWithEmad)

docs/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

9292
This configuration parameter defines which Redis Docker image to use.
9393

tutor/templates/apps/redis/redis.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# https://raw.githubusercontent.com/redis/redis/6.0/redis.conf
1+
# https://raw.githubusercontent.com/redis/redis/7.4.5/redis.conf
22
port 6379
33

44
tcp-backlog 511

tutor/templates/config/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ DOCKER_IMAGE_MONGODB: "docker.io/mongo:7.0.7"
2424
DOCKER_IMAGE_MYSQL: "docker.io/mysql:8.4.0"
2525
DOCKER_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
2929
DOCKER_IMAGE_SMTP: "docker.io/devture/exim-relay:4.96-r1-0"
3030
EDX_PLATFORM_REPOSITORY: "https://github.com/openedx/edx-platform.git"

0 commit comments

Comments
 (0)