Merge pull request #109 from Checkmarx/gabriel-cx-patch-1
Update Dockerfile
This commit is contained in:
14
Dockerfile
14
Dockerfile
@ -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
|
COPY ./entrypoint.sh /entrypoint.sh
|
||||||
|
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|
||||||
COPY ./ /app
|
COPY ./ /app
|
||||||
|
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
Reference in New Issue
Block a user