baoyin2024 commited on
Commit
30c5f80
·
verified ·
1 Parent(s): 4f9cc10

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -50,7 +50,7 @@ ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser
50
 
51
 
52
  # Install n8n globally
53
- RUN npm install -g n8n@2.23.2
54
 
55
  # Create necessary directories (<<<<< this is the line that was modified)
56
  RUN mkdir -p $BASE_PATH \
 
50
 
51
 
52
  # Install n8n globally
53
+ RUN npm install -g n8n@2.25.6
54
 
55
  # Create necessary directories (<<<<< this is the line that was modified)
56
  RUN mkdir -p $BASE_PATH \