From 64d3b081fed0b3f4d5314ebbcaf044283a913910 Mon Sep 17 00:00:00 2001 From: Jair Henrique Date: Mon, 15 Aug 2022 05:33:07 -0300 Subject: [PATCH] Update sonar-scanner-cli to v4.7 (#34) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c9e3286..7234c30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM sonarsource/sonar-scanner-cli:4.6 +FROM sonarsource/sonar-scanner-cli:4.7 LABEL version="0.0.1" \ repository="https://github.com/sonarsource/sonarcloud-github-action" \