Skip to content

Commit

Permalink
prepare for 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjrmatos committed Dec 22, 2021
1 parent 6866b87 commit 2e8cdad
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jsreport/worker:3.0.0-beta.2
FROM jsreport/worker

USER root

Expand All @@ -24,19 +24,19 @@ RUN apt-get update && \

USER jsreport:jsreport

RUN npm install @jsreport/[email protected]-beta.1 \
@jsreport/[email protected]-beta.1 \
@jsreport/[email protected]-beta.1 \
@jsreport/[email protected]-beta.3 \
@jsreport/[email protected]-beta.1 \
@jsreport/[email protected]-beta.1 \
@jsreport/[email protected]-beta.1 \
@jsreport/[email protected]-beta.1 \
@jsreport/[email protected]-beta.1 \
@jsreport/[email protected]-beta.1 \
@jsreport/[email protected]-beta.2 \
RUN npm install @jsreport/[email protected] \
@jsreport/[email protected] \
@jsreport/[email protected] \
@jsreport/[email protected] \
@jsreport/[email protected] \
@jsreport/[email protected] \
@jsreport/[email protected] \
@jsreport/[email protected] \
@jsreport/[email protected] \
@jsreport/[email protected] \
@jsreport/[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected]

RUN npm cache clean -f && \
Expand Down

0 comments on commit 2e8cdad

Please sign in to comment.