baoyin2024 commited on
Commit
25a8003
·
verified ·
1 Parent(s): b3fb5aa

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.38.6
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.40.5
54
 
55
  # Create necessary directories (<<<<< this is the line that was modified)
56
  RUN mkdir -p $BASE_PATH \