From d2d0ac8a41919fc0807eea4381b41b39b1bc7758 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 23:08:33 +0000 Subject: [PATCH] Update sonarqube Docker tag to v10.5.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 30aa0362f6b..167d23b3473 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.1-community container_name: sonar platform: linux/x86_64 # Authentication is turned off for out of the box experience while trying out SonarQube