Skip to content

Commit

Permalink
Set new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Nov 25, 2024
1 parent 5180251 commit 08abb69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ orbs:

.dockersetup: &dockersetup
docker:
- image: pennlinc/aslprep_build:main
- image: pennlinc/aslprep_build:0.0.12
working_directory: /src/aslprep

runinstall: &runinstall
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM pennlinc/aslprep_build:0.0.11
FROM pennlinc/aslprep_build:0.0.12

# Install aslprep
COPY . /src/aslprep
Expand Down

0 comments on commit 08abb69

Please sign in to comment.