Skip to content

Commit

Permalink
add 10.6.0 SonarQube version + update docker port managment
Browse files Browse the repository at this point in the history
  • Loading branch information
dedece35 committed Jul 19, 2024
1 parent a6938a4 commit 42006ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Check + update for SonarQube 10.6.0 compatibility

### Deleted

## [1.6.1] - 2024-05-15
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: "3.3"
services:
sonar:
image: sonarqube:10.5.1-community
image: sonarqube:10.6.0-community
container_name: sonar_ecocode_java
ports:
- "9000:9000"
- ":9000"
networks:
- sonarnet
depends_on:
Expand Down

0 comments on commit 42006ef

Please sign in to comment.