chore: bump version to v3.0.2
This commit is contained in:
parent
c0ac7d0544
commit
220b5f793a
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<div align="center">
|
||||
|
||||
[](https://github.com/lintsinghua/DeepAudit/releases)
|
||||
[](https://github.com/lintsinghua/DeepAudit/releases)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://reactjs.org/)
|
||||
[](https://www.typescriptlang.org/)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "deepaudit-backend"
|
||||
version = "3.0.1"
|
||||
version = "3.0.2"
|
||||
description = "DeepAudit Backend API - AI-Powered Code Security Audit Platform"
|
||||
requires-python = ">=3.11"
|
||||
readme = "README.md"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# =============================================
|
||||
# DeepAudit v3.0.0 生产环境一键部署配置(国内加速版)
|
||||
# DeepAudit v3.0.2 生产环境一键部署配置(国内加速版)
|
||||
# =============================================
|
||||
# 使用南京大学镜像站加速拉取 GHCR 镜像
|
||||
# 部署命令: curl -fsSL https://raw.githubusercontent.com/lintsinghua/DeepAudit/main/docker-compose.prod.cn.yml | docker compose -f - up -d
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# =============================================
|
||||
# DeepAudit v3.0.0 生产环境一键部署配置
|
||||
# DeepAudit v3.0.2 生产环境一键部署配置
|
||||
# =============================================
|
||||
# 使用预构建的 GHCR 镜像,无需本地构建
|
||||
# 部署命令: curl -fsSL https://raw.githubusercontent.com/lintsinghua/DeepAudit/main/docker-compose.prod.yml | docker compose -f - up -d
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# =============================================
|
||||
# DeepAudit v3.0.0 Docker Compose 配置
|
||||
# DeepAudit v3.0.2 Docker Compose 配置
|
||||
# =============================================
|
||||
# 部署: docker compose up -d
|
||||
# 查看日志: docker compose logs -f
|
||||
|
|
|
|||
Loading…
Reference in New Issue