Skip to content

Commit ef1fab1

Browse files
committed
1 parent f1cf7f0 commit ef1fab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/Dockerfile.fastapi_api

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-slim as builder
1+
FROM python:3.13-slim as builder
22

33
ENV PYTHONDONTWRITEBYTECODE=1
44
ENV PYTHONUNBUFFERED=1
@@ -23,7 +23,7 @@ RUN POETRY_VIRTUALENVS_CREATE=false poetry install --no-dev
2323

2424

2525

26-
FROM python:3.8-slim as final
26+
FROM python:3.13-slim as final
2727

2828
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
2929
apt-get install -y --no-install-recommends libpq-dev

0 commit comments

Comments
 (0)