Skip to content

Commit

Permalink
Fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed Sep 19, 2018
1 parent 1354d57 commit 3354859
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -15,7 +15,7 @@ applications:
health-check-type: http
health-check-http-endpoint: /
docker:
image: sonarqube
image: sonarqube:7.1
env:
SONARQUBE_JDBC_USERNAME: ((username))
SONARQUBE_JDBC_PASSWORD: ((password))
Expand Down Expand Up @@ -58,7 +58,7 @@ applications:
wget -q -P /opt/sonarqube/extensions/plugins/ https://sonarsource.bintray.com/Distribution/sonar-java-plugin/sonar-java-plugin-5.7.0.15470.jar && \
./bin/run.sh
docker:
image: sonarqube
image: sonarqube:7.1
env:
SONARQUBE_JDBC_USERNAME: ((username))
SONARQUBE_JDBC_PASSWORD: ((password))
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Expand Up @@ -8,7 +8,7 @@ applications:
wget -q -P /opt/sonarqube/extensions/plugins/ https://sonarsource.bintray.com/Distribution/sonar-auth-github-plugin/sonar-auth-github-plugin-1.3.jar && \
./bin/run.sh
docker:
image: sonarqube
image: sonarqube:7.1
env:
SONARQUBE_JDBC_USERNAME: ((username))
SONARQUBE_JDBC_PASSWORD: ((password))
Expand Down

0 comments on commit 3354859

Please sign in to comment.