From 415f0f2ce17ef03e181a27f17c9d2de41b63240c Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Mon, 15 Jul 2019 18:00:21 -0600 Subject: [PATCH] change CI image from alpine to stretch --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e008f55..b183e33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:10.14.2-alpine +image: node:10.14.2-stretch stages: [setup, verify, deploy] install: stage: setup