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-slim AS builder
1+ FROM python:3.12 -slim AS builder
22
33# Install the latest dcm2niix from sources
44# Or install the latest dcm2niix release from the base repository (= typically outdated)
@@ -29,7 +29,7 @@ RUN mkdir -p /opt/miniconda3; \
2929 /opt/fsl/bin/conda-unpack
3030
3131
32- FROM python:3-slim
32+ FROM python:3.12 -slim
3333
3434# Install the dcm2niix build. NB: Obsolete with the new `pip install bidscoin[dcm2niix2bids]` extras option
3535COPY --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-slim
2+ From: python:3.12 -slim
33Stage: builder
44
55%post
@@ -40,7 +40,7 @@ Stage: builder
4040
4141
4242Bootstrap: docker
43- From: python:3-slim
43+ From: python:3.12 -slim
4444Stage: final
4545
4646%help
You can’t perform that action at this time.
0 commit comments