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

View File

@@ -10,7 +10,7 @@ services:
command: sleep infinity
db:
image: mongo:8.0
image: mongo:8.2
command: mongod --replSet rs0
restart: unless-stopped
hostname: mongodb
@@ -23,7 +23,7 @@ services:
start_period: 10s
setup:
image: mongo:8.0
image: mongo:8.2
depends_on:
db:
condition: service_healthy

View File

@@ -2,7 +2,7 @@ name: freecodecamp-local
services:
db:
image: mongo:8.0
image: mongo:8.2
container_name: mongodb
command: mongod --replSet rs0
restart: unless-stopped
@@ -17,7 +17,7 @@ services:
retries: 5
setup:
image: mongo:8.0
image: mongo:8.2
depends_on:
db:
condition: service_healthy