diff --git a/Dockerfile b/Dockerfile index 214eab2..650a0da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rahul23/trivy:0.18.1 +FROM aquasec/trivy:0.18.0 COPY entrypoint.sh / RUN apk --no-cache add bash RUN chmod +x /entrypoint.sh