From 718a09377713ac7bb7e1edb0c7e0ada483c65081 Mon Sep 17 00:00:00 2001 From: curben Date: Sat, 13 Oct 2018 20:33:14 +1030 Subject: [PATCH] Use alpine image instead of ubuntu https://hub.docker.com/_/node/ https://github.com/nodejs/docker-node#image-variants --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3028be3..f34cdf8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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