ChenyuRabbitLove commited on
Commit
0c7c909
·
verified ·
1 Parent(s): 37c051b

chore: upgrade python version

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.9
2
 
3
  USER root
4
  RUN apt-get update && apt-get install -y \
 
1
+ FROM python:3.11.8
2
 
3
  USER root
4
  RUN apt-get update && apt-get install -y \