From 63ad3e759860d18ceab9ff865e8eaf74a0921192 Mon Sep 17 00:00:00 2001 From: Ivan Murenko Date: Mon, 7 Aug 2023 15:25:01 +0200 Subject: [PATCH] SC-8254 SonarCloud Github action - update sonar-scanner-cli version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac2bf45..1a24780 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM sonarsource/sonar-scanner-cli:5.0 +FROM sonarsource/sonar-scanner-cli:5.0.1 LABEL version="0.0.1" \ repository="https://github.com/sonarsource/sonarcloud-github-action" \