From 06d928b17922cf3f03dcd959374ed7b306cbcd79 Mon Sep 17 00:00:00 2001 From: Herbert Burzlaff Date: Wed, 8 May 2019 17:10:47 -0400 Subject: [PATCH] Switching docker build image to node:4-stretch node:4 has issues with apt since debian made changes to the apt repo for jessie --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab63451..4a025c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:4 +image: node:4-stretch stages: - build