chore: update n8n Dockerfile to use stable version 2.0.0

Replaced the pre-release version 2.0.0-rc.4 with the stable release 2.0.0 in the Dockerfile for n8n.
This commit is contained in:
Yury Kossakovsky
2025-12-08 10:41:39 -07:00
parent 638c3d17a6
commit 0b7dbffe79

View File

@@ -1,4 +1,4 @@
FROM n8nio/n8n:2.0.0-rc.4
FROM n8nio/n8n:2.0.0
USER root
RUN apk add --no-cache ffmpeg