Skip to content

Commit af08d7d

Browse files
committed
SonarQube: fix tag to 26.3.0.120487-community
Community edition no longer has short version aliases. Use the full pinned version tag with build number.
1 parent 7a35ee7 commit af08d7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/sonarqube/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
max-file: "50"
2626

2727
sonarqube:
28-
image: sonarqube:${SONARQUBE_VERSION:-2026.1-community}
28+
image: sonarqube:${SONARQUBE_VERSION:-26.3.0.120487-community}
2929
container_name: sonarqube
3030
depends_on:
3131
- database

0 commit comments

Comments
 (0)