mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-11 15:51:00 +00:00
security: update redis
See the list of vulnerabilities fixed since 7.2.1: https://github.com/redis/redis/releases
This commit is contained in:
parent
c5c563523d
commit
178104522e
@ -0,0 +1 @@
|
|||||||
|
- [Security] Update Redis to 7.2.4 (by @dawoudsheraz)
|
@ -87,7 +87,7 @@ This configuration parameter defines which MySQL Docker image to use.
|
|||||||
|
|
||||||
.. https://hub.docker.com/_/redis/tags
|
.. 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.
|
This configuration parameter defines which Redis Docker image to use.
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ DOCKER_IMAGE_MONGODB: "docker.io/mongo:4.4.25"
|
|||||||
DOCKER_IMAGE_MYSQL: "docker.io/mysql:8.1.0"
|
DOCKER_IMAGE_MYSQL: "docker.io/mysql:8.1.0"
|
||||||
DOCKER_IMAGE_PERMISSIONS: "{{ DOCKER_REGISTRY }}overhangio/openedx-permissions:{{ TUTOR_VERSION }}"
|
DOCKER_IMAGE_PERMISSIONS: "{{ DOCKER_REGISTRY }}overhangio/openedx-permissions:{{ TUTOR_VERSION }}"
|
||||||
# https://hub.docker.com/_/redis/tags
|
# 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
|
# https://hub.docker.com/r/devture/exim-relay/tags
|
||||||
DOCKER_IMAGE_SMTP: "docker.io/devture/exim-relay:4.96-r1-0"
|
DOCKER_IMAGE_SMTP: "docker.io/devture/exim-relay:4.96-r1-0"
|
||||||
EDX_PLATFORM_REPOSITORY: "https://github.com/openedx/edx-platform.git"
|
EDX_PLATFORM_REPOSITORY: "https://github.com/openedx/edx-platform.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user