Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit b812130

Browse files
committed
Updated docker-compose.yml to use sonarqube-scala-plugins 2.2.0 and SonarQube 6.7.2 images.
1 parent d89b6e0 commit b812130

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
@@ -2,7 +2,7 @@ version: "2"
22

33
services:
44
sonarqube:
5-
image: sonarqube:6.7.1-alpine # lts
5+
image: sonarqube:6.7.2-alpine # lts
66
ports:
77
- "80:9000"
88
networks:
@@ -30,7 +30,7 @@ services:
3030
- postgresql_data:/var/lib/postgresql/data
3131

3232
plugins:
33-
image: mwizner/sonarqube-scala-plugins:2.1.0
33+
image: mwizner/sonarqube-scala-plugins:2.2.0
3434
volumes:
3535
- sonarqube_plugins:/opt/sonarqube/extensions/plugins
3636
command: /bin/true

0 commit comments

Comments
 (0)