Browse Source

fix: update mongo image version to 8.0 in devContainer

Shun Miyazawa 7 months ago
parent
commit
003b7edcc4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .devcontainer/compose.yml

+ 1 - 1
.devcontainer/compose.yml

@@ -15,7 +15,7 @@ services:
     - opentelemetry-collector-dev-setup_default
 
   mongo:
-    image: mongo:6.0
+    image: mongo:8.0
     restart: unless-stopped
     ports:
       - 27017