From 0cbbd08c5e736a906324e382e7ed2efe1de87815 Mon Sep 17 00:00:00 2001 From: Ekky Defa Rizkyan Date: Wed, 7 Dec 2022 11:41:45 +0700 Subject: [PATCH] Changed source image from dockerhub to ECR --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7234c30..904f3ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM sonarsource/sonar-scanner-cli:4.7 +FROM public.ecr.aws/m9m8t3a5/sonarsource/sonar-scanner-cli:4.7 LABEL version="0.0.1" \ repository="https://github.com/sonarsource/sonarcloud-github-action" \