🐳 Change Dockerfile to use official node image

This commit is contained in:
Jan Oberhauser 2019-09-01 18:37:55 +02:00
parent 3614a9e9b6
commit c1777f3c58
2 changed files with 10 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM mhart/alpine-node:10 FROM node:12.9.1-alpine
ARG N8N_VERSION ARG N8N_VERSION

View file

@ -178,6 +178,15 @@ The following environment variables support file input:
- N8N_BASIC_AUTH_USER_FILE - N8N_BASIC_AUTH_USER_FILE
## Build Docker-Image
```
docker build --build-arg N8N_VERSION=<VERSION> -t n8nio/n8n:<VERSION> .
# For example:
docker build --build-arg N8N_VERSION=0.18.1 -t n8nio/n8n:0.18.1 .
```
## What does n8n mean and how do you pronounce it ## What does n8n mean and how do you pronounce it