We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6938a4 commit 42006efCopy full SHA for 42006ef
2 files changed
CHANGELOG.md
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
### Changed
13
14
+- Check + update for SonarQube 10.6.0 compatibility
15
+
16
### Deleted
17
18
## [1.6.1] - 2024-05-15
docker-compose.yml
@@ -1,10 +1,10 @@
1
version: "3.3"
2
services:
3
sonar:
4
- image: sonarqube:10.5.1-community
+ image: sonarqube:10.6.0-community
5
container_name: sonar_ecocode_java
6
ports:
7
- - "9000:9000"
+ - ":9000"
8
networks:
9
- sonarnet
10
depends_on:
0 commit comments