From 1a53202fc4739ec1e5a2f9b55ce24540d2e2da41 Mon Sep 17 00:00:00 2001 From: Tanguy Segarra <100129158+tanguy-platsec@users.noreply.github.com> Date: Wed, 8 Jun 2022 20:17:38 +0200 Subject: [PATCH] Use AWS public ECR instead of rate-limiting dockerhub (#118) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 123eb1e..1378464 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM aquasec/trivy:0.28.1 +FROM ghcr.io/aquasecurity/trivy:0.28.1 COPY entrypoint.sh / RUN apk --no-cache add bash RUN chmod +x /entrypoint.sh