bump to node 10 for self-hosting users (#5058)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
chris48s
2020-05-07 21:26:41 +01:00
committed by GitHub
parent 947abcd862
commit 31ee02cfbe

View File

@@ -1,4 +1,4 @@
FROM node:8-alpine
FROM node:10-alpine
RUN mkdir -p /usr/src/app
RUN mkdir /usr/src/app/private