From de2e56b42aa84d0b1c5b622644ac17e505c9a049 Mon Sep 17 00:00:00 2001 From: Tom Van Braband Date: Fri, 12 Feb 2021 14:26:17 +0100 Subject: [PATCH] Upgrade to sonar-scanner-cli:4.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b5ef5b1..7b47568 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM sonarsource/sonar-scanner-cli:4.5 +FROM sonarsource/sonar-scanner-cli:4.6 LABEL version="0.0.1" \ repository="https://github.com/sonarsource/sonarcloud-github-action" \