feat: Update default Node.js version to v24 (#25707)

This commit is contained in:
Declan Carroll
2026-02-13 10:56:01 +00:00
committed by GitHub
parent 7ab7911c2f
commit e3eafc7e87
19 changed files with 31 additions and 40 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM n8nio/base:22
FROM n8nio/base:24
RUN apk add --no-cache --update openssh sudo shadow bash
RUN echo node ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/node && chmod 0440 /etc/sudoers.d/node