1
0
Fork 0

Switching docker build image to node:4-stretch

node:4 has issues with apt since debian made changes to the apt repo for jessie
master
Herbert Burzlaff 2019-05-08 17:10:47 -04:00
parent 7ac88d6e55
commit 06d928b179
No known key found for this signature in database
GPG Key ID: 3909FC9A8CFF4205
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
image: node:4
image: node:4-stretch
stages:
- build