Skip to content

Commit

Permalink
Bump sane-pdf-report docker image (#20545)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichalevich authored Sep 28, 2023
1 parent f7336a2 commit 0a7e1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/sane-pdf-reports/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Last modified: 2023-08-18T00:48:09.053281+00:00
# Last modified: 2023-09-28T16:00:00.000000+00:00
FROM demisto/python3-deb:3.10.12.71830

WORKDIR "/app"
Expand Down Expand Up @@ -40,4 +40,4 @@ RUN python get_build_artifacts.py --project sane-reports --branch master --filte
RUN chown -R root:demisto /app/ && chmod 775 /app/ && chmod 775 /app/dist

RUN apt-get purge -y --auto-remove git npm \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 0a7e1da

Please sign in to comment.