EnzGamers commited on
Commit
3d21446
·
verified ·
1 Parent(s): 6f02767

Update Dockerfile

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