Skip to content

Commit

Permalink
update to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Dec 11, 2023
1 parent 420d83c commit c80e3ea
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jsreport/worker:3.13.0
FROM jsreport/worker:4.2.0

USER root

Expand Down Expand Up @@ -33,17 +33,17 @@ RUN rm -rf /var/lib/apt/lists/* /var/cache/apt/* && \

USER jsreport:jsreport

RUN npm install @jsreport/jsreport-ejs@3.0.1 \
@jsreport/jsreport-pug@4.0.0 \
@jsreport/jsreport-electron-pdf@4.2.0 \
@jsreport/jsreport-html-to-text@3.0.0 \
@jsreport/jsreport-docxtemplater@3.2.0 \
@jsreport/jsreport-html-embedded-in-docx@3.1.0 \
@jsreport/jsreport-office-password@3.0.1 \
@jsreport/jsreport-unoconv@3.0.1 \
@jsreport/jsreport-wkhtmltopdf@3.2.0 \
@jsreport/jsreport-phantom-pdf@3.3.0 \
@jsreport/jsreport-phantom-image@3.2.0 \
RUN npm install @jsreport/jsreport-ejs@4.0.0 \
@jsreport/jsreport-pug@5.0.0 \
@jsreport/jsreport-electron-pdf@5.0.0 \
@jsreport/jsreport-html-to-text@4.0.0 \
@jsreport/jsreport-docxtemplater@4.0.1 \
@jsreport/jsreport-html-embedded-in-docx@4.0.1 \
@jsreport/jsreport-office-password@4.0.0 \
@jsreport/jsreport-unoconv@4.0.0 \
@jsreport/jsreport-wkhtmltopdf@4.0.0 \
@jsreport/jsreport-phantom-pdf@4.0.0 \
@jsreport/jsreport-phantom-image@4.0.0 \
[email protected] \
[email protected] \
[email protected] --save
Expand Down

0 comments on commit c80e3ea

Please sign in to comment.