From b6e37aee720342bc812c05d898048a0373ea71de Mon Sep 17 00:00:00 2001 From: jkoan Date: Fri, 8 Jan 2021 10:21:34 +0100 Subject: fix:build:Change basimage to one by circleci which includes git and ssh Additional this image should be cached by circleci and so save some time --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index f1c2c6f30..79c7af42b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2 defaults: &defaults docker: - - image: debian:latest + - image: cimg/base:2020.01 jobs: sanity_check: docker: -- cgit v1.2.1