1
1
mirror of https://github.com/n8n-io/n8n.git synced 2025-01-08 12:57:01 +03:00

🐳 Update ubuntu image to use node version 12

This commit is contained in:
Jan Oberhauser 2020-03-10 19:44:17 +01:00
parent 312f960535
commit d1fff0e45e

View File

@ -1,4 +1,4 @@
FROM node:10.16
FROM node:12.16
ARG N8N_VERSION