Sfoglia il codice sorgente

Merge branch 'dev_david' of anweiguo/algorithm_platform into dev_awg

liudawei 2 mesi fa
parent
commit
171c68c05d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -7,7 +7,7 @@ ENV TZ=Asia/Shanghai
 RUN ln -fsn /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
 
 # 使用官方 Python 镜像作为基础镜像
-FROM 192.168.1.36:5000/python:3.7.16
+FROM 192.168.1.36:5000/python:3.12
 ENV LANG=en_US.UTF-8
 # 设置工作目录
 WORKDIR /app