From 7295e71c9583053f5bf40e9d4068a0c974603ec8 Mon Sep 17 00:00:00 2001 From: Trabelsi Tobias Date: Tue, 22 Feb 2022 14:59:16 +0100 Subject: [PATCH] REL-2179 update base image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 240575f..f3191b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM sonarsource/sonar-scanner-cli:4.6 +FROM sonarsource/sonar-scanner-cli:4.7 -LABEL version="1.0.0" \ +LABEL version="1.1.0" \ repository="https://github.com/sonarsource/sonarqube-scan-action" \ homepage="https://github.com/sonarsource/sonarqube-scan-action" \ maintainer="SonarSource" \