mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
⚡ Roll back for now to Node.js v14
This commit is contained in:
parent
0da398b0e4
commit
f1b9bb914c
|
@ -1,5 +1,5 @@
|
||||||
# 1. Create an image to build n8n
|
# 1. Create an image to build n8n
|
||||||
FROM node:16-alpine as builder
|
FROM node:14.15-alpine as builder
|
||||||
|
|
||||||
# Update everything and install needed dependencies
|
# Update everything and install needed dependencies
|
||||||
USER root
|
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
|
# 2. Start with a new clean image with just the code that is needed to run n8n
|
||||||
FROM node:16-alpine
|
FROM node:14.15-alpine
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:16
|
FROM node:14.15
|
||||||
|
|
||||||
ARG N8N_VERSION
|
ARG N8N_VERSION
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:16-alpine
|
FROM node:14.15-alpine
|
||||||
|
|
||||||
ARG N8N_VERSION
|
ARG N8N_VERSION
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue