Skip to content

Commit

Permalink
#3 Upgrade sonar to v5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dkapanidis committed Jan 19, 2015
1 parent 5e6559a commit 7b16a4e
Showing 1 changed file with 2 additions and 2 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
RUN apt-get update && apt-get clean ### Sonar version 5.0 - timestamp

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

COPY assets/init /app/init
RUN chmod 755 /app/init
Expand Down

0 comments on commit 7b16a4e

Please sign in to comment.