From 16f4b0da29e0bffd0bda4768eb6f5255676a7676 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Mon, 7 Oct 2024 09:33:10 +0200 Subject: [PATCH] Bump sonar scanner to 6.2.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ba395a6..e60482c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ LABEL org.opencontainers.image.created="${IMAGE_CREATED}" \ RUN apt-get update && \ apt-get -y install gnupg2 openjdk-21-jre-headless -RUN wget -O sonar.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-6.1.0.4477.zip && \ +RUN wget -O sonar.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-6.2.1.4610.zip && \ unzip sonar.zip && \ mkdir /sonar && \ mv sonar-scanner-*/* /sonar && \