From 857a9b0355b5c87d391607d0040362d753e94dbd Mon Sep 17 00:00:00 2001 From: Or Shamir Checkmarx <93518641+OrShamirCM@users.noreply.github.com> Date: Tue, 9 Apr 2024 18:30:05 +0300 Subject: [PATCH] Update Dockerfile with CLI version 2.0.72 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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