chore(deps): update mongo docker tag to v8.2 (#67112)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-04-25 17:33:50 +05:30
committed by GitHub
parent 891eec4b81
commit 2fa0ba4f6f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ services:
command: sleep infinity command: sleep infinity
db: db:
image: mongo:8.0 image: mongo:8.2
command: mongod --replSet rs0 command: mongod --replSet rs0
restart: unless-stopped restart: unless-stopped
hostname: mongodb hostname: mongodb
@@ -23,7 +23,7 @@ services:
start_period: 10s start_period: 10s
setup: setup:
image: mongo:8.0 image: mongo:8.2
depends_on: depends_on:
db: db:
condition: service_healthy condition: service_healthy
+2 -2
View File
@@ -2,7 +2,7 @@ name: freecodecamp-local
services: services:
db: db:
image: mongo:8.0 image: mongo:8.2
container_name: mongodb container_name: mongodb
command: mongod --replSet rs0 command: mongod --replSet rs0
restart: unless-stopped restart: unless-stopped
@@ -17,7 +17,7 @@ services:
retries: 5 retries: 5
setup: setup:
image: mongo:8.0 image: mongo:8.2
depends_on: depends_on:
db: db:
condition: service_healthy condition: service_healthy