mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
Chore/update docker node version 20 (#2271)
update docker node version 20
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
# Run image
|
# Run image
|
||||||
# docker run -d -p 3000:3000 flowise
|
# docker run -d -p 3000:3000 flowise
|
||||||
|
|
||||||
FROM node:18-alpine
|
FROM node:20-alpine
|
||||||
RUN apk add --update libc6-compat python3 make g++
|
RUN apk add --update libc6-compat python3 make g++
|
||||||
# needed for pdfjs-dist
|
# needed for pdfjs-dist
|
||||||
RUN apk add --no-cache build-base cairo-dev pango-dev
|
RUN apk add --no-cache build-base cairo-dev pango-dev
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM node:18-alpine
|
FROM node:20-alpine
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user