We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ec9f7 commit 3fe0db3Copy full SHA for 3fe0db3
tools/chatbot/Dockerfile
@@ -1,5 +1,5 @@
1
# Builder stage - use standard Python image for building
2
-FROM python:3.14-slim AS builder
+FROM python:3.13-slim AS builder
3
4
# Set environment variables
5
ENV PYTHONDONTWRITEBYTECODE=1 \
@@ -23,7 +23,7 @@ COPY pyproject.toml uv.lock ./
23
RUN uv sync --frozen --no-dev
24
25
# Final stage - use hardened image
26
-FROM dhi.io/python:3.14-alpine3.23
+FROM dhi.io/python:3.13-alpine3.23
27
28
29
0 commit comments