Skip to content

Commit

Permalink
feat(Docker): sonar-apple + Docker version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles Grousset committed Apr 29, 2024
1 parent 4f69ed5 commit b5dad17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM sonarqube:10.0-community
FROM sonarqube:10.5.0-community
USER root
ADD https://github.com/insideapp-oss/sonar-apple/releases/download/0.3.0/sonar-apple-plugin-0.3.0.jar /opt/sonarqube/extensions/plugins/sonar-apple-plugin-0.3.0.jar
RUN chmod 777 /opt/sonarqube/extensions/plugins/sonar-apple-plugin-0.3.0.jar
ADD https://github.com/insideapp-oss/sonar-apple/releases/download/0.4.1/sonar-apple-plugin-0.4.1.jar /opt/sonarqube/extensions/plugins/sonar-apple-plugin-0.4.1.jar
RUN chmod 777 /opt/sonarqube/extensions/plugins/sonar-apple-plugin-0.4.1.jar
USER sonarqube

0 comments on commit b5dad17

Please sign in to comment.