Skip to content

Commit

Permalink
Fix default dockerized sonarqube version to 9.9 not LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-79 committed Sep 14, 2024
1 parent 69fe850 commit 9a2e881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

ARG MAVEN_BUILDER=3-openjdk-17-slim

# TODO DDC : voir pourquoi LTS et pas version explicitement la 9.5 car la LTS bouge et pas la version 9.5 compatible
ARG SONARQUBE_VERSION=lts-community
# Default Sonarqube version to 9.9 Community (Current LTS)
ARG SONARQUBE_VERSION=9.9-community

FROM maven:${MAVEN_BUILDER} AS builder

Expand Down

0 comments on commit 9a2e881

Please sign in to comment.