Skip to content

Commit

Permalink
security: update redis
Browse files Browse the repository at this point in the history
See the list of vulnerabilities fixed since 7.2.1: https://github.com/redis/redis/releases
  • Loading branch information
DawoudSheraz authored Mar 27, 2024
1 parent c5c5635 commit 1781045
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/20240320_131420_dawoud.sheraz_redis_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [Security] Update Redis to 7.2.4 (by @dawoudsheraz)
2 changes: 1 addition & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ This configuration parameter defines which MySQL Docker image to use.

.. https://hub.docker.com/_/redis/tags
- ``DOCKER_IMAGE_REDIS`` (default: ``"docker.io/redis:7.0.11"``)
- ``DOCKER_IMAGE_REDIS`` (default: ``"docker.io/redis:7.2.4"``)

This configuration parameter defines which Redis Docker image to use.

Expand Down
2 changes: 1 addition & 1 deletion tutor/templates/config/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DOCKER_IMAGE_MONGODB: "docker.io/mongo:4.4.25"
DOCKER_IMAGE_MYSQL: "docker.io/mysql:8.1.0"
DOCKER_IMAGE_PERMISSIONS: "{{ DOCKER_REGISTRY }}overhangio/openedx-permissions:{{ TUTOR_VERSION }}"
# https://hub.docker.com/_/redis/tags
DOCKER_IMAGE_REDIS: "docker.io/redis:7.2.1"
DOCKER_IMAGE_REDIS: "docker.io/redis:7.2.4"
# https://hub.docker.com/r/devture/exim-relay/tags
DOCKER_IMAGE_SMTP: "docker.io/devture/exim-relay:4.96-r1-0"
EDX_PLATFORM_REPOSITORY: "https://github.com/openedx/edx-platform.git"
Expand Down

0 comments on commit 1781045

Please sign in to comment.