Skip to content

Commit eea176a

Browse files
committed
[ISSUE 205] Add compatibility with SonarQube 10.1
1 parent 061173b commit eea176a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111

1212
- Python rules moved from `ecoCode` repository to current repository
13+
- [#205](https://github.com/green-code-initiative/ecoCode/issues/205) compatibility with SonarQube 10.1
1314

1415
### Changed
1516

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ COPY . /usr/src/ecocode
55
WORKDIR /usr/src/ecocode
66
RUN ./tool_build.sh
77

8-
FROM sonarqube:10.0.0-community
8+
FROM sonarqube:10.1.0-community
99
COPY --from=builder /usr/src/ecocode/lib/* /opt/sonarqube/extensions/plugins/

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.3"
22
services:
33
sonar:
4-
image: sonarqube:10.0.0-community
4+
image: sonarqube:10.1.0-community
55
container_name: sonar_ecocode_python
66
ports:
77
- "9000:9000"

0 commit comments

Comments
 (0)