diff --git a/.cirrus.yml b/.cirrus.yml index 2b55bce2..120aba47 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.4 - CURRENT_VERSION: 10.4.0 + CURRENT_VERSION: 10.4.1 NEXT_VERSION: 10.5.0 diff --git a/10/community/Dockerfile b/10/community/Dockerfile index 67da2158..85519aeb 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.0.87286 +ARG SONARQUBE_VERSION=10.4.1.88267 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 4cfe4d75..cebfbef2 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.0.87286 +ARG SONARQUBE_VERSION=10.4.1.88267 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 f972b396..78c9eaea 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.0.87286 +ARG SONARQUBE_VERSION=10.4.1.88267 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 2e04daa9..a1d4125f 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.0.87286 +ARG SONARQUBE_VERSION=10.4.1.88267 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 9e548afa..b9c269e2 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.0.87286 +ARG SONARQUBE_VERSION=10.4.1.88267 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' \