From 4fd5301b706212cfbb4e0b942b3f2929afc0208a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 17:06:57 +0000 Subject: [PATCH] Update sonarqube Docker tag to v10.4.1 --- 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 01af0d9fc35..30aa0362f6b 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.0-community + image: sonarqube:10.4.1-community container_name: sonar platform: linux/x86_64 # Authentication is turned off for out of the box experience while trying out SonarQube