diff --git a/Properties/PublishProfiles/docker.pubxml b/Properties/PublishProfiles/docker.pubxml index eadde76..b267ebc 100644 --- a/Properties/PublishProfiles/docker.pubxml +++ b/Properties/PublishProfiles/docker.pubxml @@ -17,6 +17,6 @@ false - + \ No newline at end of file diff --git a/README.md b/README.md index 6895de6..a9ccf19 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,8 @@ Cookie 及 `sec_user_id` 是同步功能的核心,需严格按步骤获取, | 镜像标签 | 架构 | | ----------------- | -------------- | -| `beta_1.9.6` | x86_64 (amd64) | -| `arm_1.9.6` | ARM64 | +| `beta_1.9.7` | x86_64 (amd64) | +| `arm_1.9.7` | ARM64 | ### 构建命令示例 @@ -114,7 +114,7 @@ docker run -d --restart=always \ -v /opt/dysync/uper:/app/uper \ -p 10101:10101 \ --name dysync2026 \ - ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.9.6 + ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.9.7 ``` @@ -127,7 +127,7 @@ version: '3.8' services: dysync: - image: ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.9.6 + image: ccr.ccs.tencentyun.com/jianzhichu/dysync:beta_1.9.7 container_name: dysync2026 # 容器名称 restart: unless-stopped # 始终重启容器,除非容器被手动停止或Docker服务停止 ports: diff --git a/dy.net.csproj b/dy.net.csproj index c9d91b8..d0ec5a9 100644 --- a/dy.net.csproj +++ b/dy.net.csproj @@ -113,7 +113,7 @@ - +