We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39b852 commit 7a70cacCopy full SHA for 7a70cac
.circleci/config.yml
@@ -4,14 +4,14 @@ _machine_defaults: &machine_defaults
4
TZ: "/usr/share/zoneinfo/America/Los_Angeles"
5
SCRATCH: "/scratch"
6
machine:
7
- image: ubuntu-2004:current
+ image: ubuntu-2204:current
8
docker_layer_caching: true
9
working_directory: /tmp/src/fmriprep
10
resource_class: large
11
12
_python_defaults: &python_defaults
13
docker:
14
- - image: circleci/python:3.9.6
+ - image: cimg/python:3.10.9
15
16
17
_docker_auth: &docker_auth
0 commit comments