From 69c1a75940dec6249b86dace6b630d3a2ae9d2a7 Mon Sep 17 00:00:00 2001 From: Matteo Mara Date: Fri, 25 Aug 2023 12:48:23 +0200 Subject: [PATCH] SQSCANGHA-13 Update base image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2e3dd7b..882c681 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM sonarsource/sonar-scanner-cli:5.0 +FROM sonarsource/sonar-scanner-cli:5.0.1 -LABEL version="2.0.0" \ +LABEL version="2.0.1" \ repository="https://github.com/sonarsource/sonarqube-scan-action" \ homepage="https://github.com/sonarsource/sonarqube-scan-action" \ maintainer="SonarSource" \