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

Commit

Permalink
Updated docker-compose.yml to use sonarqube-scala-plugins 2.2.0 and S…
Browse files Browse the repository at this point in the history
…onarQube 6.7.2 images.
  • Loading branch information
mwz committed Mar 28, 2018
1 parent d89b6e0 commit b812130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ version: "2"

services:
sonarqube:
image: sonarqube:6.7.1-alpine # lts
image: sonarqube:6.7.2-alpine # lts
ports:
- "80:9000"
networks:
@@ -30,7 +30,7 @@ services:
- postgresql_data:/var/lib/postgresql/data

plugins:
image: mwizner/sonarqube-scala-plugins:2.1.0
image: mwizner/sonarqube-scala-plugins:2.2.0
volumes:
- sonarqube_plugins:/opt/sonarqube/extensions/plugins
command: /bin/true

0 comments on commit b812130

Please sign in to comment.