Skip to content

Commit 2a31377

Browse files
committed
Use slim-image and Python3.13
1 parent f0f86b4 commit 2a31377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM python:3.12-bullseye AS base
1+
FROM python:3.13-slim-bookworm AS base
22

33
RUN apt-get update \
4-
&& apt-get install -y --no-install-recommends libudunits2-dev gdb \
4+
&& apt-get install -y --no-install-recommends libudunits2-dev git \
55
&& rm -rf /var/lib/apt/lists/* \
66
&& mkdir -p /app/src/processing/ \
77
&& echo '__version__ = "0.0.0"' > /app/src/processing/version.py

0 commit comments

Comments
 (0)