Skip to content

Commit

Permalink
Merge pull request #109 from Checkmarx/gabriel-cx-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
gabriel-cx committed Apr 18, 2024
2 parents 03c9abe + 7f89475 commit d1b692d
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
FROM checkmarx/kics:gh-action-kics1.7

FROM checkmarx/kics:gh-action-kics2.0 as kics-env

FROM cgr.dev/chainguard/wolfi-base:latest

COPY --from=kics-env /app /app

COPY ./entrypoint.sh /entrypoint.sh

RUN chmod +x /entrypoint.sh

COPY ./ /app

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit d1b692d

Please sign in to comment.