Skip to content

Commit b350d22

Browse files
committed
FIX: Use more recent Docker image
1 parent d6b86d5 commit b350d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ version: 2
102102
jobs:
103103
compare_base_dockerfiles:
104104
docker:
105-
- image: docker:17.10.0-ce-git
105+
- image: cimg/base:2022.04
106106
steps:
107107
- checkout:
108108
path: /home/circleci/nipype

0 commit comments

Comments
 (0)