Skip to content

Commit 15ced34

Browse files
committed
No bullseye
1 parent 27f0001 commit 15ced34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/backend/Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir .
1414
COPY src ./src
1515

1616
# -------- Runtime stage: run FastAPI with Uvicorn for EC2 --------
17-
FROM python:3.11-slim-bullseye
17+
FROM python:3.11-slim
1818

1919
ENV PORT=8080
2020
WORKDIR /var/task

0 commit comments

Comments
 (0)