Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Aug 12, 2024
1 parent ce0d606 commit 438987c
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/qsirecon_build:24.7.4
- image: pennlinc/qsirecon_build:24.8.1
working_directory: /src/qsirecon

runinstall: &runinstall
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN pip install build
RUN apt-get update && \
apt-get install -y --no-install-recommends git

FROM pennlinc/qsirecon_build:24.7.4
FROM pennlinc/qsirecon_build:24.8.1

# Install qsirecon
COPY . /src/qsirecon
Expand Down

0 comments on commit 438987c

Please sign in to comment.