Skip to content

Commit 2a5b137

Browse files
REL-3827 Release SonarQube Server 2025.1.3
1 parent 31fac30 commit 2a5b137

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.1.2
18+
CURRENT_VERSION: 2025.1.3
1919

2020
build_server_hw_template: &BUILD_SERVER_HW_TEMPLATE
2121
type: t2.xlarge

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.1.2.108896
17+
ARG SONARQUBE_VERSION=2025.1.3.110580
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.1.2.108896
17+
ARG SONARQUBE_VERSION=2025.1.3.110580
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.1.2.108896
17+
ARG SONARQUBE_VERSION=2025.1.3.110580
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.1.2.108896
17+
ARG SONARQUBE_VERSION=2025.1.3.110580
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)