off alpine image

This commit is contained in:
Kristian Freeman 2019-10-11 12:45:15 -05:00
parent d9c4e68352
commit b52c9462b3

View file

@ -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"