nitrox commited on
Commit
2d4690d
·
verified ·
1 Parent(s): 1ab18bc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:18-alpine
2
  USER root
3
 
4
  # Arguments that can be passed at build time
@@ -24,7 +24,7 @@ ENV PUPPETEER_SKIP_DOWNLOAD=true
24
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
25
 
26
  # Install Flowise globally
27
- RUN npm install -g flowise@"^3.0.0"
28
 
29
  # # Configure Flowise directories using the ARG
30
  RUN mkdir -p $FLOWISE_PATH/uploads && chmod -R 777 $FLOWISE_PATH
 
1
+ FROM node:20-alpine
2
  USER root
3
 
4
  # Arguments that can be passed at build time
 
24
  ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
25
 
26
  # Install Flowise globally
27
+ RUN npm install -g flowise@"^3.0.13"
28
 
29
  # # Configure Flowise directories using the ARG
30
  RUN mkdir -p $FLOWISE_PATH/uploads && chmod -R 777 $FLOWISE_PATH