chore(deps): update sonarqube docker tag to v10 (#17)
ci/woodpecker/push/lint_general Pipeline failed
Details
ci/woodpecker/push/lint_general Pipeline failed
Details
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | sonarqube | final | major | `9.9-community` -> `10.3-community` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: fjadmin <fjadmin@demo.rattermeyer.de> Reviewed-on: #17 Co-authored-by: Renovate Bot <renovatebot@demo.rattermeyer.de> Co-committed-by: Renovate Bot <renovatebot@demo.rattermeyer.de>pull/19/head
parent
4873f44bf4
commit
4d9cc2a853
|
|
@ -1,4 +1,4 @@
|
|||
FROM sonarqube:9.9-community
|
||||
FROM sonarqube:10.3-community
|
||||
ARG COMMUNITY_BRANCH_VERSION=1.14.0
|
||||
ENV COMMUNITY_BRANCH_URL=https://github.com/mc1arke/sonarqube-community-branch-plugin/releases/download/${COMMUNITY_BRANCH_VERSION}/sonarqube-community-branch-plugin-${COMMUNITY_BRANCH_VERSION}.jar
|
||||
WORKDIR ${SONARQUBE_HOME}/extensions
|
||||
|
|
|
|||
Loading…
Reference in New Issue