Skip to content

Commit

Permalink
Merge pull request #13 from formio/FIO-7777-upgrade-to-Node.js-20-in-…
Browse files Browse the repository at this point in the history
…Docker-image

FIO-7820: Update Dockerfile to pull in Node.js v20
  • Loading branch information
lane-formio authored Jan 26, 2024
2 parents 284f8d2 + 4dc1712 commit 642c1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="Form.io <support@form.io>"
ENV PDF2HTMLEX_URL=https://github.com/pdf2htmlEX/pdf2htmlEX/releases/download/v0.18.8.rc1/pdf2htmlEX-0.18.8.rc1-master-20200630-Ubuntu-focal-x86_64.deb \
PDF2HTMLEX=pdf2htmlEX-0.18.8.rc1-master-20200630-Ubuntu-focal-x86_64.deb \
DEBIAN_FRONTEND=noninteractive \
NODE_MAJOR=18
NODE_MAJOR=20

# Install dependencies, fonts, chromium, and pdf2htmlEX
RUN apt-get update && \
Expand Down

0 comments on commit 642c1a5

Please sign in to comment.