Skip to content

Commit

Permalink
[FIX] remove ABI tag from Qt
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcieslak committed Apr 16, 2024
1 parent 9c189ff commit d65ac8e
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 @@ -2,7 +2,7 @@ version: 2.1

.dockersetup: &dockersetup
docker:
- image: pennbbl/qsiprep_build:24.4.17
- image: pennbbl/qsiprep_build:24.4.18
working_directory: /src/qsiprep

runinstall: &runinstall
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && \
COPY . /src/qsiprep
RUN python -m build /src/qsiprep

FROM pennbbl/qsiprep_build:24.4.17
FROM pennbbl/qsiprep_build:24.4.18

# Install qsiprep wheel
COPY --from=wheelstage /src/qsiprep/dist/*.whl .
Expand Down

0 comments on commit d65ac8e

Please sign in to comment.