Update python to v3.13.2

This commit is contained in:
yuuki 2025-02-07 06:37:58 +00:00
parent 74ab5d435d
commit 4365025dd7

View file

@ -1,4 +1,4 @@
FROM python:3.13.1 FROM python:3.13.2
COPY . /app COPY . /app
WORKDIR /app WORKDIR /app
RUN pip install -r requirements.txt RUN pip install -r requirements.txt