Use AWS public ECR instead of rate-limiting dockerhub (#118)

This commit is contained in:
Tanguy Segarra
2022-06-08 20:17:38 +02:00
committed by GitHub
parent df3fb7d00b
commit 1a53202fc4
+1 -1
View File
@@ -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