From 31ee02cfbef92d9c347fda21462eae613abef8a5 Mon Sep 17 00:00:00 2001 From: chris48s Date: Thu, 7 May 2020 21:26:41 +0100 Subject: [PATCH] bump to node 10 for self-hosting users (#5058) Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f535e56fc..5966c93ca0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:8-alpine +FROM node:10-alpine RUN mkdir -p /usr/src/app RUN mkdir /usr/src/app/private