baoyin2024 commited on
Commit
b086f68
·
verified ·
1 Parent(s): b36da17

Update Dockerfile

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