diff --git a/.env b/.env index 608c4cdd6..0eddbc1bd 100644 --- a/.env +++ b/.env @@ -1,8 +1,8 @@ # The Sonarqube base image. 'latest' if building locally, '8.5-community' if targeting a specific version -SONARQUBE_VERSION=latest +SONARQUBE_VERSION=9.1-community # The name of the Dockerfile to run. 'Dockerfile' is building locally, 'release.Dockerfile' if building the release image -DOCKERFILE=Dockerfile +DOCKERFILE=release.Dockerfile # The version of the plugin to include in the image -PLUGIN_VERSION=1.10.0-SNAPSHOT +PLUGIN_VERSION=1.10.0 diff --git a/gradle.properties b/gradle.properties index 5dfdd5612..7931247bd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.10.0-SNAPSHOT +version=1.10.0