Skip to content

Commit c4581db

Browse files
authored
Update Dockerfile
1 parent fc57ee1 commit c4581db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Builder stage
2-
FROM python:3.13-slim AS builder
2+
FROM python:3.12-slim AS builder
33

44
# Install necessary OS packages
55
RUN apt-get update && apt-get install -y --no-install-recommends \
@@ -19,7 +19,7 @@ RUN pip install --no-cache-dir -e .
1919
RUN pip install --no-cache-dir openai>=1.0.0 backoff
2020

2121
# Stage 2: Final stage
22-
FROM python:3.13-slim
22+
FROM python:3.12-slim
2323

2424
WORKDIR /app
2525

0 commit comments

Comments
 (0)