Skip to content

Commit 4d4de26

Browse files
authored
chore: update mongodb version to 5.0.13 (@fehmer) (monkeytypegame#6364)
1 parent 420d049 commit 4d4de26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

backend/docker/compose.db-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212

1313
mongodb:
1414
container_name: monkeytype-mongodb
15-
image: mongo:5.0.8
15+
image: mongo:5.0.13
1616
restart: on-failure
1717
ports:
1818
- "${DOCKER_DB_PORT:-27017}:27017"

backend/docker/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212

1313
mongodb:
1414
container_name: monkeytype-mongodb
15-
image: mongo:5.0.8
15+
image: mongo:5.0.13
1616
restart: on-failure
1717
ports:
1818
- "${DOCKER_DB_PORT:-27017}:27017"

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ services:
7575

7676
monkeytype-mongodb:
7777
container_name: monkeytype-mongodb
78-
image: mongo:5.0.8
78+
image: mongo:5.0.13
7979
restart: on-failure
8080
volumes:
8181
- mongo-data:/data/db

0 commit comments

Comments
 (0)