mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
⚡ Remove fibers to support Node LTS 16 (#2672)
* 🔥 Remove fibers lib * 📦 Update package-lock.json * 📦 Update package-lock.json * ✏️ Mention recommended version * ⚡ Update node version in Docker images * ⬆️ bump uuid and flatted * 📦 Update package-lock.json Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com> Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# 1. Create an image to build n8n
|
||||
FROM node:14.15-alpine as builder
|
||||
FROM node:16-alpine as builder
|
||||
|
||||
# Update everything and install needed dependencies
|
||||
USER root
|
||||
@@ -26,7 +26,7 @@ RUN npm run build
|
||||
|
||||
|
||||
# 2. Start with a new clean image with just the code that is needed to run n8n
|
||||
FROM node:14.15-alpine
|
||||
FROM node:16-alpine
|
||||
|
||||
USER root
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:14.15
|
||||
FROM node:16
|
||||
|
||||
ARG N8N_VERSION
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:14.15-alpine
|
||||
FROM node:16-alpine
|
||||
|
||||
ARG N8N_VERSION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user