fix: build test
Some checks failed
Docker Image CI / build (push) Has been cancelled

This commit is contained in:
merlin
2025-10-22 14:54:07 +08:00
parent a8a77ebf6e
commit d69aeb1e8d

View File

@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM harbor.merlin.xin/mirrors/docker.io/library/python:3.11-slim
# 安装依赖 如果有需要,可以取消注释安装网络调试工具
RUN apt-get update && apt-get install -y \