We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150eb77 commit ea92a73Copy full SHA for ea92a73
test-integration/sonar-pr/Dockerfile
@@ -1,9 +1,9 @@
1
# Use the official SonarQube 10.6.0 community image as the base
2
-FROM sonarqube:10.7.0-community
+FROM sonarqube:24.12.0.100206-community
3
4
# Define version and plugin JAR name as environment variables
5
# renovate: datasource=github-releases depName=sonarqube-community-branch-plugin packageName=mc1arke/sonarqube-community-branch-plugin
6
-ENV SONAR_PLUGIN_VERSION=1.22.0
+ENV SONAR_PLUGIN_VERSION=1.23.0
7
ENV SONAR_PLUGIN_JAR=sonarqube-community-branch-plugin-${SONAR_PLUGIN_VERSION}.jar
8
9
# Download and place the SonarQube Community Branch Plugin in the correct directory
0 commit comments