Skip to content

Commit 3303089

Browse files
committed
1 parent f1cf7f0 commit 3303089

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/quart_api/Dockerfile.slim.multi-stage

+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
RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
44
apt-get -y upgrade && \
@@ -17,7 +17,7 @@ RUN POETRY_VIRTUALENVS_CREATE=false poetry install --no-dev
1717

1818

1919

20-
FROM python:3.8-slim as final
20+
FROM python:3.13.2-slim as final
2121

2222
COPY --chown=nobody:nogroup --from=builder /venv /venv
2323
ENV PATH=/venv/bin:${PATH}

0 commit comments

Comments
 (0)