Skip to content

Commit 42006ef

Browse files
committed
add 10.6.0 SonarQube version + update docker port managment
1 parent a6938a4 commit 42006ef

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14+
- Check + update for SonarQube 10.6.0 compatibility
15+
1416
### Deleted
1517

1618
## [1.6.1] - 2024-05-15

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
version: "3.3"
22
services:
33
sonar:
4-
image: sonarqube:10.5.1-community
4+
image: sonarqube:10.6.0-community
55
container_name: sonar_ecocode_java
66
ports:
7-
- "9000:9000"
7+
- ":9000"
88
networks:
99
- sonarnet
1010
depends_on:

0 commit comments

Comments
 (0)