From 4b4d7634dab97dcee0b75763a54a6dc92a9e6bc1 Mon Sep 17 00:00:00 2001 From: Nawar Hamo <100778766+nawar-hamo-sonarsource@users.noreply.github.com> Date: Thu, 3 Aug 2023 15:37:56 +0200 Subject: [PATCH] Update scanner cli version to 5.0 (#51) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0f08c40..ac2bf45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM sonarsource/sonar-scanner-cli:4.8 +FROM sonarsource/sonar-scanner-cli:5.0 LABEL version="0.0.1" \ repository="https://github.com/sonarsource/sonarcloud-github-action" \