From 0b7dbffe795336d4a941056dd502bd9fa756d343 Mon Sep 17 00:00:00 2001 From: Yury Kossakovsky Date: Mon, 8 Dec 2025 10:41:39 -0700 Subject: [PATCH] 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. --- n8n/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/n8n/Dockerfile b/n8n/Dockerfile index 98aaa83..547866a 100644 --- a/n8n/Dockerfile +++ b/n8n/Dockerfile @@ -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