Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>2022-07-05 12:54:07 +0300
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>2022-07-05 12:54:07 +0300
commit8aa37564d5b1b3d24507395ee769d94362cd6691 (patch)
tree692b578505a10e49e5248c19639572724eb99fce
parente6575910cbbc5e2c4a3190fec18d12d2e6b1effb (diff)
upgrade sonar-scanner to latest release
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
-rw-r--r--client/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Dockerfile b/client/Dockerfile
index feb3419..853c265 100644
--- a/client/Dockerfile
+++ b/client/Dockerfile
@@ -183,7 +183,7 @@ RUN if [ "$BUILD_QT" != "1" ] ; then \
; fi
# Setup sonar-scanner
-ENV SONAR_SCANNER_VERSION 4.6.2.2472
+ENV SONAR_SCANNER_VERSION 4.7.0.2747
ENV SONAR_SERVER_URL "https://sonarcloud.io"
ENV SONAR_SCANNER_DOWNLOAD_URL https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${SONAR_SCANNER_VERSION}-linux.zip