Skip to content

Commit

Permalink
fix:build:Change basimage to one by circleci which includes git and ssh
Browse files Browse the repository at this point in the history
Additional this image should be cached by circleci and so save some time
  • Loading branch information
jkoan committed Jan 8, 2021
1 parent dac7617 commit b6e37ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
defaults: &defaults
docker:
- image: debian:latest
- image: cimg/base:2020.01
jobs:
sanity_check:
docker:
Expand Down

0 comments on commit b6e37ae

Please sign in to comment.