From 09b7b9750dc670636379181522a260eb0e14cf1f Mon Sep 17 00:00:00 2001 From: "Vazquez,Brais (IT EDP)" Date: Tue, 29 Oct 2024 10:19:29 +0100 Subject: [PATCH] update config for sonar 10.7 --- configuration-sample/ods-core.env.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration-sample/ods-core.env.sample b/configuration-sample/ods-core.env.sample index 2dd4454cc..23cba7a2f 100644 --- a/configuration-sample/ods-core.env.sample +++ b/configuration-sample/ods-core.env.sample @@ -134,8 +134,8 @@ SONAR_EDITION=community # SonarQube version. # See Dockerhub https://hub.docker.com/_/sonarqube/tags # Officially supported is: -# - 10.6.0 -SONAR_VERSION=10.6.0 +# - 10.7.0 +SONAR_VERSION=10.7.0 # SonarQube memory and CPU resources SONARQUBE_CPU_REQUEST=200m