summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorjkoan <jkoan@users.noreply.github.com>2021-01-08 10:21:34 +0100
committerGitHub <noreply@github.com>2021-01-08 10:21:34 +0100
commitb6e37aee720342bc812c05d898048a0373ea71de (patch)
tree2d569ca80f0e382a1e0a57710fc719a967852a78 /.circleci
parentdac7617f1c7a859c3cc0fe2c2d92114891d7f5dc (diff)
downloadnavit-b6e37aee720342bc812c05d898048a0373ea71de.tar.gz
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
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
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: