Skip to content

Commit 23ec9f7

Browse files
author
Issam Kadar
committed
chore/security : sync image in chatbot
1 parent 2a55ade commit 23ec9f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/chatbot/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder stage - use standard Python image for building
2-
FROM python:3.13-slim AS builder
2+
FROM python:3.14-slim AS builder
33

44
# Set environment variables
55
ENV PYTHONDONTWRITEBYTECODE=1 \
@@ -23,7 +23,7 @@ COPY pyproject.toml uv.lock ./
2323
RUN uv sync --frozen --no-dev
2424

2525
# Final stage - use hardened image
26-
FROM dhi.io/python:3.14.2-alpine3.23
26+
FROM dhi.io/python:3.14-alpine3.23
2727

2828
# Set environment variables
2929
ENV PYTHONDONTWRITEBYTECODE=1 \

0 commit comments

Comments
 (0)