99i commited on
Commit
b0a51b5
·
verified ·
1 Parent(s): c18f5a4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use the original n8n image as the basis
2
- FROM docker.n8n.io/n8nio/n8n
3
  USER root
4
  RUN apk --update add curl python3 ffmpeg py3-pip
5
  RUN npm i -g lunar-javascript
 
1
  # Use the original n8n image as the basis
2
+ FROM docker.n8n.io/n8nio/n8n:next
3
  USER root
4
  RUN apk --update add curl python3 ffmpeg py3-pip
5
  RUN npm i -g lunar-javascript