File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.12 -slim AS builder
1+ FROM python:3.13 -slim AS builder
22
33# Install the latest dcm2niix from sources
44# Or install the latest dcm2niix release from the base repository (= typically outdated)
@@ -34,7 +34,7 @@ RUN mkdir -p /opt/miniconda3; \
3434 rm -rf docs tests .git
3535
3636
37- FROM python:3.12 -slim
37+ FROM python:3.13 -slim
3838
3939# Install the dcm2niix build. NB: Obsolete with the new `pip install bidscoin[dcm2niix2bids]` extras option
4040COPY --from=builder /usr/local/bin/dcm2niix /usr/local/bin/dcm2niix
Original file line number Diff line number Diff line change 11Bootstrap: docker
2- From: python:3.12 -slim
2+ From: python:3.13 -slim
33Stage: builder
44
55%post
@@ -40,7 +40,7 @@ Stage: builder
4040
4141
4242Bootstrap: docker
43- From: python:3.12 -slim
43+ From: python:3.13 -slim
4444Stage: final
4545
4646%help
You can’t perform that action at this time.
0 commit comments