mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
🔀 Merge branch 'vuchl-master'
This commit is contained in:
commit
0bc77e1292
|
@ -1,4 +1,4 @@
|
||||||
FROM node:12.9.1-alpine
|
FROM node:12.13.0-alpine
|
||||||
|
|
||||||
ARG N8N_VERSION
|
ARG N8N_VERSION
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ USER root
|
||||||
|
|
||||||
# Install n8n and the also temporary all the packages
|
# Install n8n and the also temporary all the packages
|
||||||
# it needs to build it correctly.
|
# it needs to build it correctly.
|
||||||
RUN apk --update add --virtual build-dependencies python build-base && \
|
RUN apk --update add --virtual build-dependencies python build-base ca-certificates && \
|
||||||
npm_config_user=root npm install -g n8n@${N8N_VERSION} && \
|
npm_config_user=root npm install -g n8n@${N8N_VERSION} && \
|
||||||
apk del build-dependencies
|
apk del build-dependencies
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue