diff --git a/Dockerfile b/Dockerfile index 9a89848..3884816 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim AS builder +FROM python:3.14-slim AS builder WORKDIR /app @@ -14,7 +14,7 @@ COPY . . RUN pip install --no-cache-dir --prefix=/install . -FROM python:3.12-slim AS runtime +FROM python:3.14-slim AS runtime WORKDIR /app