diff --git a/Dockerfile b/Dockerfile index 319124b..9545810 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #Use AST Base image -FROM checkmarx/ast-cli:2.0.69 +FROM checkmarx/ast-cli:2.0.72 USER root @@ -8,4 +8,4 @@ COPY entrypoint.sh /app/entrypoint.sh COPY cleanup.sh /app/cleanup.sh RUN chmod +x /app/entrypoint.sh \ - && chmod +x /app/cleanup.sh \ No newline at end of file + && chmod +x /app/cleanup.sh