Skip to content

Commit

Permalink
Merge pull request #169 from Checkmarx/feature/update-cli
Browse files Browse the repository at this point in the history
Update Dockerfile with CLI version 2.0.72
  • Loading branch information
OrShamirCM committed Apr 9, 2024
2 parents 75a1d77 + 857a9b0 commit 8a59a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Use AST Base image
FROM checkmarx/ast-cli:2.0.69
FROM checkmarx/ast-cli:2.0.72

USER root

Expand All @@ -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
&& chmod +x /app/cleanup.sh

0 comments on commit 8a59a15

Please sign in to comment.