change CI image from alpine to stretch
authorDan Allen <dan@opendevise.com>
Tue, 16 Jul 2019 00:00:21 +0000 (18:00 -0600)
committerDan Allen <dan@opendevise.com>
Tue, 16 Jul 2019 00:00:21 +0000 (18:00 -0600)
.gitlab-ci.yml

index e008f55..b183e33 100644 (file)
@@ -1,4 +1,4 @@
-image: node:10.14.2-alpine
+image: node:10.14.2-stretch
 stages: [setup, verify, deploy]
 install:
   stage: setup