Skip to content

Commit 00a25af

Browse files
committed
1 parent f1cf7f0 commit 00a25af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/Dockerfile.quart_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.2-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.2-slim as final
2727

2828

2929
COPY --chown=nobody:nogroup --from=builder /venv /venv

0 commit comments

Comments
 (0)