Skip to content

Commit ffb7ab1

Browse files
authored
Increase aslprep_build version to 0.0.18 (#608)
1 parent b51c487 commit ffb7ab1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ orbs:
44

55
.dockersetup: &dockersetup
66
docker:
7-
- image: pennlinc/aslprep_build:0.0.13
7+
- image: pennlinc/aslprep_build:0.0.18
88
working_directory: /src/aslprep
99

1010
runinstall: &runinstall

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM pennlinc/aslprep_build:0.0.13
1+
FROM pennlinc/aslprep_build:0.0.18
22

33
# Install aslprep
44
COPY . /src/aslprep

0 commit comments

Comments
 (0)