From 32ea6119a4bd977dc6307acb6bbbf277152ede95 Mon Sep 17 00:00:00 2001 From: Tobias Mahnke <8829994+nottobe@users.noreply.github.com> Date: Mon, 11 Jan 2021 14:41:24 +0100 Subject: [PATCH] update sonar-scanner-cli to 4.5 (#13) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8bd98e3..b5ef5b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM sonarsource/sonar-scanner-cli:4.3 +FROM sonarsource/sonar-scanner-cli:4.5 LABEL version="0.0.1" \ repository="https://github.com/sonarsource/sonarcloud-github-action" \