diff --git a/.cirrus/tasks.yml b/.cirrus/tasks.yml index 2c144f8f0..6e5d562eb 100644 --- a/.cirrus/tasks.yml +++ b/.cirrus/tasks.yml @@ -16,8 +16,8 @@ env: GCLOUD_STAGING_REGISTRY: gcr.io/sonarqube-marketplace-provider GCLOUD_STAGING_PRODUCT_NAME: sonarqube-dce-staging CURRENT_LTA_VERSION: 9.9.4 - CURRENT_VERSION: 10.4.1 - NEXT_VERSION: 10.5.0 + CURRENT_VERSION: 10.5.0 + NEXT_VERSION: 10.6.0 build_server_hw_template: &BUILD_SERVER_HW_TEMPLATE diff --git a/10/community/Dockerfile b/10/community/Dockerfile index 85519aeb0..5d06b577d 100644 --- a/10/community/Dockerfile +++ b/10/community/Dockerfile @@ -9,7 +9,7 @@ ENV LANG='en_US.UTF-8' \ # # SonarQube setup # -ARG SONARQUBE_VERSION=10.4.1.88267 +ARG SONARQUBE_VERSION=10.5.0.89998 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-${SONARQUBE_VERSION}.zip ENV DOCKER_RUNNING="true" \ JAVA_HOME='/opt/java/openjdk' \ diff --git a/10/datacenter/app/Dockerfile b/10/datacenter/app/Dockerfile index cebfbef29..dea8151c3 100644 --- a/10/datacenter/app/Dockerfile +++ b/10/datacenter/app/Dockerfile @@ -9,7 +9,7 @@ ENV LANG='en_US.UTF-8' \ # # SonarQube setup # -ARG SONARQUBE_VERSION=10.4.1.88267 +ARG SONARQUBE_VERSION=10.5.0.89998 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-${SONARQUBE_VERSION}.zip ENV DOCKER_RUNNING="true" \ JAVA_HOME='/opt/java/openjdk' \ diff --git a/10/datacenter/search/Dockerfile b/10/datacenter/search/Dockerfile index 78c9eaea2..b345809d5 100644 --- a/10/datacenter/search/Dockerfile +++ b/10/datacenter/search/Dockerfile @@ -9,7 +9,7 @@ ENV LANG='en_US.UTF-8' \ # # SonarQube setup # -ARG SONARQUBE_VERSION=10.4.1.88267 +ARG SONARQUBE_VERSION=10.5.0.89998 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-${SONARQUBE_VERSION}.zip ENV DOCKER_RUNNING="true" \ JAVA_HOME='/opt/java/openjdk' \ diff --git a/10/developer/Dockerfile b/10/developer/Dockerfile index a1d4125fb..95e8c9918 100644 --- a/10/developer/Dockerfile +++ b/10/developer/Dockerfile @@ -9,7 +9,7 @@ ENV LANG='en_US.UTF-8' \ # # SonarQube setup # -ARG SONARQUBE_VERSION=10.4.1.88267 +ARG SONARQUBE_VERSION=10.5.0.89998 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-${SONARQUBE_VERSION}.zip ENV DOCKER_RUNNING="true" \ JAVA_HOME='/opt/java/openjdk' \ diff --git a/10/enterprise/Dockerfile b/10/enterprise/Dockerfile index b9c269e2c..560de6540 100644 --- a/10/enterprise/Dockerfile +++ b/10/enterprise/Dockerfile @@ -9,7 +9,7 @@ ENV LANG='en_US.UTF-8' \ # # SonarQube setup # -ARG SONARQUBE_VERSION=10.4.1.88267 +ARG SONARQUBE_VERSION=10.5.0.89998 ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-${SONARQUBE_VERSION}.zip ENV DOCKER_RUNNING="true" \ JAVA_HOME='/opt/java/openjdk' \