diff --git a/src/main/docker/sonar.yml b/src/main/docker/sonar.yml index bbe6ea7..16281e2 100644 --- a/src/main/docker/sonar.yml +++ b/src/main/docker/sonar.yml @@ -1,7 +1,7 @@ # This configuration is intended for development purpose, it's **your** responsibility to harden it for production services: sonar: - image: sonarqube:26.2.0.119303-community + image: sonarqube:26.4.0.121862-community container_name: sonar # Authentication is turned off for out of the box experience while trying out SonarQube # For real use cases delete sonar.forceAuthentication variable or set sonar.forceAuthentication=true