diff --git a/Repo-Integration/Self-Managed/docker-compose.yaml b/Repo-Integration/Self-Managed/docker-compose.yaml index c788c827..49a23546 100644 --- a/Repo-Integration/Self-Managed/docker-compose.yaml +++ b/Repo-Integration/Self-Managed/docker-compose.yaml @@ -70,7 +70,7 @@ services: tag: "wss-scanner" mongodb: - image: "mongo:8.0" + image: "mongo:8.3" hostname: "mongodb" volumes: - "mongodb_data:/data/db"