Skip to content

Commit 0704d25

Browse files
committedSep 29, 2024··

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎backend/quart_api/Dockerfile.slim.one-stage

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-slim
1+
FROM python:3.13.0rc2-slim
22

33
RUN python -m venv /venv
44
ENV PATH=/venv/bin:${PATH}

0 commit comments

Comments
 (0)
Please sign in to comment.