Update Dockerfile
Browse files- 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.
|
| 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"]
|