From 7b7329d54c7bdbe8208ff32bb43c76cae45bb3aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 12:45:50 +0000 Subject: [PATCH] Update sonarqube Docker tag to v10.5.0 --- src/main/docker/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/docker/sonar.yml b/src/main/docker/sonar.yml index 30aa0362f6b..250cfb7f0dc 100644 --- a/src/main/docker/sonar.yml +++ b/src/main/docker/sonar.yml @@ -2,7 +2,7 @@ version: '3.8' services: sonar: - image: sonarqube:10.4.1-community + image: sonarqube:10.5.0-community container_name: sonar platform: linux/x86_64 # Authentication is turned off for out of the box experience while trying out SonarQube