chore: update mongodb version to 5.0.13 (@fehmer) (#6364)

This commit is contained in:
Christian Fehmer 2025-03-12 15:29:19 +01:00 committed by GitHub
parent 420d049a59
commit 4d4de260d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ services:
mongodb:
container_name: monkeytype-mongodb
image: mongo:5.0.8
image: mongo:5.0.13
restart: on-failure
ports:
- "${DOCKER_DB_PORT:-27017}:27017"

View file

@ -12,7 +12,7 @@ services:
mongodb:
container_name: monkeytype-mongodb
image: mongo:5.0.8
image: mongo:5.0.13
restart: on-failure
ports:
- "${DOCKER_DB_PORT:-27017}:27017"

View file

@ -75,7 +75,7 @@ services:
monkeytype-mongodb:
container_name: monkeytype-mongodb
image: mongo:5.0.8
image: mongo:5.0.13
restart: on-failure
volumes:
- mongo-data:/data/db