Skip to content

Commit

Permalink
Upgrade to Sonarqube v5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkapanidis committed Apr 6, 2015
1 parent a00bee3 commit a2d8fb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM dockerfile/java
MAINTAINER spiddy <[email protected]>

RUN echo "deb http://downloads.sourceforge.net/project/sonar-pkg/deb binary/" >> /etc/apt/sources.list
RUN apt-get update && apt-get clean ### Sonar version 5.0 - timestamp
RUN apt-get update && apt-get clean ### Sonar version 5.1 - timestamp

RUN apt-get install -y --force-yes sonar=5.0
RUN apt-get install -y --force-yes sonar=5.1

COPY assets/init /app/init
RUN chmod 755 /app/init
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Inspired by [docker-gitlab](https://github.com/sameersbn/docker-gitlab) and [doc

docker-sonarqube is available under the MIT license.

Copyright © 2014 [Harbur.io](https://harbur.io)
Copyright © 2014-2015 [Harbur.io](https://harbur.io)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down

0 comments on commit a2d8fb3

Please sign in to comment.