ctweber98 commited on
Commit
1cd9649
·
verified ·
1 Parent(s): 20b6a4a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ ENV OVERRIDE_DATABASE=false
19
  ENV NPM_CONFIG_DATA=$BASE_PATH/data
20
 
21
  # Install Flowise globally
22
- RUN npm install -g flowise@1.6.2
23
 
24
  # create volume
25
  VOLUME ["/data"]
 
19
  ENV NPM_CONFIG_DATA=$BASE_PATH/data
20
 
21
  # Install Flowise globally
22
+ RUN npm install -g flowise@1.6.5
23
 
24
  # create volume
25
  VOLUME ["/data"]