diff --git a/Dockerfile b/Dockerfile index 21c5fd1..56a91e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apk add --no-cache \ redsocks \ gnupg \ netcat-openbsd \ - nodejs@23 \ + nodejs-current \ npm \ su-exec \ && npm install -g n8n@${N8N_VERSION} \