From d69aeb1e8df89610ab2058300469f1daae41f96e Mon Sep 17 00:00:00 2001 From: merlin Date: Wed, 22 Oct 2025 14:54:07 +0800 Subject: [PATCH] fix: build test --- tls-sync/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tls-sync/Dockerfile b/tls-sync/Dockerfile index c7f682c..b81abc4 100644 --- a/tls-sync/Dockerfile +++ b/tls-sync/Dockerfile @@ -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 \