#0000 - Update SonarQube image to version 10.7-community

This change updates the SonarQube image used in the `docker-compose.yml` file from version 10.4-community to 10.7-community. The update ensures that we are using the latest features and security patches provided by SonarQube.
This commit is contained in:
Guillaume "B.B." Van Hemmen 2024-10-13 17:41:44 +02:00
parent ade85f668a
commit c6ad73c8fa

View file

@ -10,7 +10,7 @@ volumes:
services:
app:
image: sonarqube:10.4-community
image: sonarqube:10.7-community
depends_on:
postgresql:
condition: service_healthy