diff --git a/.cirrus.yml b/.cirrus.yml index 1de22b98..88c8f97f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -11,7 +11,7 @@ env: STAGING_IMAGE_NAME: sonarsource/sonarqube PUBLIC_IMAGE_NAME: sonarqube CURRENT_LTS_VERSION: 9.9.2 - CURRENT_VERSION: 10.2.0 + CURRENT_VERSION: 10.2.1 vm_instance_template: &VM_TEMPLATE diff --git a/10/community/Dockerfile b/10/community/Dockerfile index 562220f0..f661bc73 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.2.0.77647 +ARG SONARQUBE_VERSION=10.2.1.78527 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 8ba30c71..bde6e967 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.2.0.77647 +ARG SONARQUBE_VERSION=10.2.1.78527 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 4067ae8c..d9ea7664 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.2.0.77647 +ARG SONARQUBE_VERSION=10.2.1.78527 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 499bafa3..819c7725 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.2.0.77647 +ARG SONARQUBE_VERSION=10.2.1.78527 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 7b349cf9..d3f44c6f 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.2.0.77647 +ARG SONARQUBE_VERSION=10.2.1.78527 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' \