Skip to content

Commit

Permalink
Update CLI version from 2.3.0 to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Korjen97 authored Nov 5, 2024
1 parent f0869bd commit 173c47c
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.3.0@sha256:6bdb2d0b18246ca1a269de2860938313ea14ca2d6e443c953c84fbac9ee5df85
FROM checkmarx/ast-cli:2.3.3@sha256:6bdb2d0b18246ca1a269de2860938313ea14ca2d6e443c953c84fbac9ee5df85

# Docker actions must be run by the default Docker user (root).
USER root
Expand All @@ -9,4 +9,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 173c47c

Please sign in to comment.