Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [Improvement] Upgrade MongoDB from 7.0.39 to 7.0.40. (by @github-actions[bot])
2 changes: 1 addition & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ This configuration parameter defines which Caddy Docker image to use.

This configuration parameter defines which Meilisearch Docker image to use.

- ``DOCKER_IMAGE_MONGODB`` (default: ``"docker.io/mongo:7.0.39"``)
- ``DOCKER_IMAGE_MONGODB`` (default: ``"docker.io/mongo:7.0.40"``)

This configuration parameter defines which MongoDB 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 @@ -19,7 +19,7 @@ DOCKER_IMAGE_CADDY: "docker.io/caddy:2.11.4"
# https://hub.docker.com/r/getmeili/meilisearch/tags
DOCKER_IMAGE_MEILISEARCH: "docker.io/getmeili/meilisearch:v1.36.0"
# https://hub.docker.com/_/mongo/tags
DOCKER_IMAGE_MONGODB: "docker.io/mongo:7.0.39"
DOCKER_IMAGE_MONGODB: "docker.io/mongo:7.0.40"
# https://hub.docker.com/_/mysql/tags
DOCKER_IMAGE_MYSQL: "docker.io/mysql:8.4.11"
DOCKER_IMAGE_PERMISSIONS: "{{ DOCKER_REGISTRY }}overhangio/openedx-permissions:{{ TUTOR_VERSION }}"
Expand Down