Skip to content

Commit 6056700

Browse files
committed
update for sonarqube 25.12 - docker
1 parent 049a7fb commit 6056700

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ ARG MAVEN_BUILDER=3-openjdk-17-slim
55
#ARG SONARQUBE_VERSION=25.1.0.102122-community
66
#ARG SONARQUBE_VERSION=25.2.0.102705-community
77
#ARG SONARQUBE_VERSION=25.3.0.104237-community
8-
ARG SONARQUBE_VERSION=25.9.0.112764-community
8+
#ARG SONARQUBE_VERSION=25.9.0.112764-community
9+
ARG SONARQUBE_VERSION=25.11.0.114957-community
10+
#ARG SONARQUBE_VERSION=25.12.0.117093-community
11+
#ARG SONARQUBE_VERSION=26.1.0.118079-community
912

1013
FROM maven:${MAVEN_BUILDER} AS builder
1114

0 commit comments

Comments
 (0)