Skip to content

Commit 3e0afaf

Browse files
committed
docker: sync base image to python:3.14 (fleet standard; code stays 3.11+ compatible)
1 parent 6e6ae7e commit 3e0afaf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.14-slim AS builder
22

33
WORKDIR /app
44

@@ -13,7 +13,7 @@ COPY src/ src/
1313
RUN pip wheel --no-deps --wheel-dir /wheels .
1414

1515
# ---------- runtime ----------
16-
FROM python:3.12-slim
16+
FROM python:3.14-slim
1717

1818
WORKDIR /app
1919

0 commit comments

Comments
 (0)