#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:
parent
ade85f668a
commit
c6ad73c8fa
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ volumes:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: sonarqube:10.4-community
|
image: sonarqube:10.7-community
|
||||||
depends_on:
|
depends_on:
|
||||||
postgresql:
|
postgresql:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
Loading…
Reference in a new issue