From 4d9cc2a8531e0a33476938503366dad42899084e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 28 Jan 2024 14:12:24 +0000 Subject: [PATCH] chore(deps): update sonarqube docker tag to v10 (#17) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: fjadmin Reviewed-on: https://git.demo.rattermeyer.de/fjadmin/ci-demo-2/pulls/17 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- infrastructure/sonarqube/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/sonarqube/Dockerfile b/infrastructure/sonarqube/Dockerfile index 6cd6720..50ab6ad 100644 --- a/infrastructure/sonarqube/Dockerfile +++ b/infrastructure/sonarqube/Dockerfile @@ -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