Skip to content

Commit

Permalink
Update Dockerfile to pull in Node.js v20
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanbond authored Jan 19, 2024
1 parent 284f8d2 commit 4dc1712
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 4dc1712

Please sign in to comment.