Skip to content

Commit 716fe9b

Browse files
committed
update docker-compose for new version
1 parent d5bf295 commit 716fe9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ services:
1616
SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: 'true'
1717
volumes:
1818
- type: bind
19-
source: ./target/ecocode-java-plugin-1.6.1-SNAPSHOT.jar
20-
target: /opt/sonarqube/extensions/plugins/ecocode-java-plugin-1.6.1-SNAPSHOT.jar
19+
source: ./target/ecocode-java-plugin-1.6.2-SNAPSHOT.jar
20+
target: /opt/sonarqube/extensions/plugins/ecocode-java-plugin-1.6.2-SNAPSHOT.jar
2121
- "extensions:/opt/sonarqube/extensions"
2222
- "logs:/opt/sonarqube/logs"
2323
- "data:/opt/sonarqube/data"

0 commit comments

Comments
 (0)