Skip to content

Commit

Permalink
Update sonarqube to 10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis committed May 5, 2024
1 parent cf099d5 commit 9138005
Showing 1 changed file 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,6 +1,6 @@
FROM sonarqube:10.3-community
ADD https://github.com/iSergio/sonarqube-community-branch-plugin/releases/download/1.16.1/sonarqube-community-branch-plugin-1.16.1-SNAPSHOT.jar /opt/sonarqube/extensions/plugins/
ADD https://github.com/elegoff/sonar-rust/releases/download/v0.2.2/community-rust-plugin-0.2.2.jar /opt/sonarqube/extensions/plugins/
FROM sonarqube:10.4-community
ADD https://github.com/mc1arke/sonarqube-community-branch-plugin/releases/download/1.19.0/sonarqube-community-branch-plugin-1.19.0.jar /opt/sonarqube/extensions/plugins/
ADD https://github.com/C4tWithShell/community-rust/releases/download/v0.2.3/community-rust-plugin-0.2.3.jar /opt/sonarqube/extensions/plugins/
USER root
RUN chown sonarqube:sonarqube /opt/sonarqube/extensions/plugins/*.jar
USER sonarqube

0 comments on commit 9138005

Please sign in to comment.