diff --git a/Dockerfile-community-edition b/Dockerfile-community-edition index d6d76aa..e69e770 100644 --- a/Dockerfile-community-edition +++ b/Dockerfile-community-edition @@ -1,4 +1,4 @@ -FROM sonarqube:9.6.1-community +FROM sonarqube:9.7.1-community USER root RUN apk add --no-cache wget curl java-cacerts jq postgresql-client RUN ln -sf /etc/ssl/certs/java/cacerts /usr/lib/jvm/java-11-openjdk/lib/security/cacerts diff --git a/Dockerfile-developer-edition b/Dockerfile-developer-edition index 07c651a..7c36539 100644 --- a/Dockerfile-developer-edition +++ b/Dockerfile-developer-edition @@ -1,4 +1,4 @@ -FROM sonarqube:9.6.1-developer +FROM sonarqube:9.7.1-developer USER root RUN apk add --no-cache wget curl java-cacerts jq postgresql-client RUN ln -sf /etc/ssl/certs/java/cacerts /usr/lib/jvm/java-11-openjdk/lib/security/cacerts diff --git a/start-with-profile.sh b/start-with-profile.sh index 0ae4a0c..5cbcf90 100644 --- a/start-with-profile.sh +++ b/start-with-profile.sh @@ -268,13 +268,13 @@ testAdminCredentials # (Re-)create the ICTU profiles createProfile "ictu-ansible-profile-v2.5.1" "Sonar%20way" "yaml" -createProfile "ictu-cs-profile-v8.43.1" "Sonar%20way" "cs" -createProfile "ictu-java-profile-v7.13.0" "Sonar%20way" "java" -createProfile "ictu-js-profile-v9.6.0" "Sonar%20way" "js" +createProfile "ictu-cs-profile-v8.46.0" "Sonar%20way" "cs" +createProfile "ictu-java-profile-v7.14.0" "Sonar%20way" "java" +createProfile "ictu-js-profile-v9.9.0" "Sonar%20way" "js" createProfile "ictu-kotlin-profile-v2.10.0" "Sonar%20way" "kotlin" -createProfile "ictu-py-profile-v3.15.0" "Sonar%20way" "py" -createProfile "ictu-ts-profile-v9.6.0" "Sonar%20way" "ts" -createProfile "ictu-vbnet-profile-v8.43.1" "Sonar%20way" "vbnet" +createProfile "ictu-py-profile-v3.19.0" "Sonar%20way" "py" +createProfile "ictu-ts-profile-v9.9.0" "Sonar%20way" "ts" +createProfile "ictu-vbnet-profile-v8.46.0" "Sonar%20way" "vbnet" createProfile "ictu-web-profile-v3.6.0" "Sonar%20way" "web" wait $PID