update python
This commit is contained in:
parent
baee3bf44c
commit
7f1f0fad8b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.9.5-slim
|
||||
FROM python:3.10.4-slim
|
||||
|
||||
COPY . .
|
||||
RUN pip install -r requirements.txt
|
||||
|
|
Reference in a new issue