Use alpine image instead of ubuntu

https://hub.docker.com/_/node/
https://github.com/nodejs/docker-node#image-variants
This commit is contained in:
curben 2018-10-13 20:33:14 +10:30
parent c73967c47f
commit 718a093777
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
image: node:latest # Use latest version of Node.js
image: node:alpine # Use latest version of Node.js on Alpine
test:
cache: # add cache to 'node_modules' for speeding up builds