Skip to content

Commit dd56642

Browse files
REL-3886 Release SonarQube Server 2025.4.1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a8d6e08 commit dd56642

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.cirrus/tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
GCLOUD_PRODUCT_NAME: official-sonarqube-data-center-edition
1616
GCLOUD_STAGING_REGISTRY: gcr.io/sonarqube-marketplace-provider
1717
GCLOUD_STAGING_PRODUCT_NAME: sonarqube-dce-staging
18-
CURRENT_VERSION: 2025.4.0
18+
CURRENT_VERSION: 2025.4.1
1919
# We keep the previous LTA support for the next 6 months
2020
PREVIOUS_LTA_VERSION: 9.9.9
2121

commercial-editions/datacenter/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV LANG='en_US.UTF-8' \
1414
#
1515
# SonarQube setup
1616
#
17-
ARG SONARQUBE_VERSION=2025.4.0.111749
17+
ARG SONARQUBE_VERSION=2025.4.1.111832
1818
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-${SONARQUBE_VERSION}.zip
1919
ENV DOCKER_RUNNING="true" \
2020
JAVA_HOME='/opt/java/openjdk' \

commercial-editions/datacenter/search/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV LANG='en_US.UTF-8' \
1414
#
1515
# SonarQube setup
1616
#
17-
ARG SONARQUBE_VERSION=2025.4.0.111749
17+
ARG SONARQUBE_VERSION=2025.4.1.111832
1818
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-${SONARQUBE_VERSION}.zip
1919
ENV DOCKER_RUNNING="true" \
2020
JAVA_HOME='/opt/java/openjdk' \

commercial-editions/developer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV LANG='en_US.UTF-8' \
1414
#
1515
# SonarQube setup
1616
#
17-
ARG SONARQUBE_VERSION=2025.4.0.111749
17+
ARG SONARQUBE_VERSION=2025.4.1.111832
1818
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-${SONARQUBE_VERSION}.zip
1919
ENV DOCKER_RUNNING="true" \
2020
JAVA_HOME='/opt/java/openjdk' \

commercial-editions/enterprise/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV LANG='en_US.UTF-8' \
1414
#
1515
# SonarQube setup
1616
#
17-
ARG SONARQUBE_VERSION=2025.4.0.111749
17+
ARG SONARQUBE_VERSION=2025.4.1.111832
1818
ARG SONARQUBE_ZIP_URL=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-${SONARQUBE_VERSION}.zip
1919
ENV DOCKER_RUNNING="true" \
2020
JAVA_HOME='/opt/java/openjdk' \

0 commit comments

Comments
 (0)