Update Python to v3.13.2
This commit is contained in:
parent
c7d1373020
commit
0fb53bfd4d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue