fix: 默认镜像版本从 latest 改为 v2.1.0

This commit is contained in:
zhang1106
2026-06-15 16:58:48 +08:00
parent c502b0da15
commit 476e518371
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,10 +4,10 @@
# ============================================
# 后端镜像地址(阿里云容器镜像服务个人版)
BACKEND_IMAGE=crpi-c807itn6exy37e7d.cn-hangzhou.personal.cr.aliyuncs.com/idc-assest/idc-backend:latest
BACKEND_IMAGE=crpi-c807itn6exy37e7d.cn-hangzhou.personal.cr.aliyuncs.com/idc-assest/idc-backend:v2.1.0
# 前端镜像地址(阿里云容器镜像服务个人版)
FRONTEND_IMAGE=crpi-c807itn6exy37e7d.cn-hangzhou.personal.cr.aliyuncs.com/idc-assest/idc-frontend:latest
FRONTEND_IMAGE=crpi-c807itn6exy37e7d.cn-hangzhou.personal.cr.aliyuncs.com/idc-assest/idc-frontend:v2.1.0
# 指定特定版本(可选,默认 latest)
# BACKEND_VERSION=v1.0.0