mirror of
https://github.com/n8n-io/n8n.git
synced 2026-09-21 04:37:50 +08:00
feat: Update default Node.js version to v24 (#25707)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user