Skip to content

Commit 1ebae7d

Browse files
committed
Move containers to python 3.13-slim
1 parent 7ee0fab commit 1ebae7d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
4040
COPY --from=builder /usr/local/bin/dcm2niix /usr/local/bin/dcm2niix

apptainer.def

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Bootstrap: docker
2-
From: python:3.12-slim
2+
From: python:3.13-slim
33
Stage: builder
44

55
%post
@@ -40,7 +40,7 @@ Stage: builder
4040

4141

4242
Bootstrap: docker
43-
From: python:3.12-slim
43+
From: python:3.13-slim
4444
Stage: final
4545

4646
%help

0 commit comments

Comments
 (0)