Skip to content

Commit

Permalink
Upgrade to sonarqube 10.1 + Use snapshot from community branch plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis committed Oct 13, 2023
1 parent 054e6ee commit 6aa29c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sonarqube/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM sonarqube:9.9-community
ADD https://github.com/mc1arke/sonarqube-community-branch-plugin/releases/download/1.14.0/sonarqube-community-branch-plugin-1.14.0.jar /opt/sonarqube/extensions/plugins/
FROM sonarqube:10.1-community
COPY sonarqube-community-branch-plugin-1.16.0-SNAPSHOT.jar /opt/sonarqube/extensions/plugins/
USER root
RUN chown sonarqube:sonarqube /opt/sonarqube/extensions/plugins/sonarqube-community-branch-plugin-1.14.0.jar
RUN chown sonarqube:sonarqube /opt/sonarqube/extensions/plugins/sonarqube-community-branch-plugin-1.16.0-SNAPSHOT.jar
USER sonarqube
Binary file not shown.

0 comments on commit 6aa29c3

Please sign in to comment.