From b52c9462b3baddc72a63ad633dfc16f937df5041 Mon Sep 17 00:00:00 2001 From: Kristian Freeman Date: Fri, 11 Oct 2019 12:45:15 -0500 Subject: [PATCH] off alpine image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac3e071..1fc9607 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.14.1-alpine +FROM node:12 ENV XDG_CONFIG_HOME /github/workspace RUN "curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash" RUN "nvm install latest"