supeng hace 2 semanas
padre
commit
357110e90c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      examples/auto_put_ad_mini/Dockerfile

+ 2 - 2
examples/auto_put_ad_mini/Dockerfile

@@ -1,5 +1,5 @@
-# 使用官方 Python 3.10 slim 镜像
-FROM registry.cn-hangzhou.aliyuncs.com/stuuudy/python:3.13-slim
+# 使用官方 Python 3.10 slim 镜像(支持多架构)
+FROM python:3.10-slim
 
 # 设置工作目录
 WORKDIR /app