Chore/update docker node version 20 (#2271)

update docker node version 20
This commit is contained in:
Henry Heng 2024-04-26 14:52:08 +01:00 committed by GitHub
parent 723837b30f
commit fa3d21bc30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# Run image
# docker run -d -p 3000:3000 flowise
FROM node:18-alpine
FROM node:20-alpine
RUN apk add --update libc6-compat python3 make g++
# needed for pdfjs-dist
RUN apk add --no-cache build-base cairo-dev pango-dev

View File

@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:20-alpine
USER root