Skip to content

Commit

Permalink
Merge branch 'update-node' into 'main'
Browse files Browse the repository at this point in the history
Update node

See merge request reportcreator/reportcreator!510
  • Loading branch information
MWedl committed Apr 10, 2024
2 parents 9014bef + 4dc8559 commit d989654
Show file tree
Hide file tree
Showing 50 changed files with 11,220 additions and 12,574 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine3.18 AS pdfviewer-dev
FROM node:20-alpine3.19 AS pdfviewer-dev

# Add custom CA certificates
ARG CA_CERTIFICATES=""
Expand All @@ -23,7 +23,7 @@ RUN npm run build



FROM node:18-alpine3.18 AS frontend-dev
FROM node:20-alpine3.19 AS frontend-dev

ENV NODE_OPTIONS="--max-old-space-size=4096"

Expand Down Expand Up @@ -65,7 +65,7 @@ RUN npm run generate



FROM node:18-alpine3.18 AS rendering-dev
FROM node:20-alpine3.19 AS rendering-dev

# Add custom CA certificates
ARG CA_CERTIFICATES=""
Expand Down
Loading

0 comments on commit d989654

Please sign in to comment.