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 182911d commit 0b3984eCopy full SHA for 0b3984e
.env
@@ -1,8 +1,8 @@
1
# The Sonarqube base image. 'latest' if building locally, '8.5-community' if targeting a specific version
2
-SONARQUBE_VERSION=10.4-community
+SONARQUBE_VERSION=10.5-community
3
4
# The name of the Dockerfile to run. 'Dockerfile' is building locally, 'release.Dockerfile' if building the release image
5
-DOCKERFILE=Dockerfile
+DOCKERFILE=release.Dockerfile
6
7
# The version of the plugin to include in the image
8
-PLUGIN_VERSION=1.20.0-SNAPSHOT
+PLUGIN_VERSION=1.20.0
gradle.properties
@@ -1 +1 @@
-version=1.20-SNAPSHOT
+version=1.20.0
0 commit comments