优化dockerfile部署逻辑

This commit is contained in:
2026-07-24 21:33:57 +08:00
parent 3c03e2414e
commit c5173efb45
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ DEPLOY_DIR="/opt/frpc-console"
DATA_DIR="${DEPLOY_DIR}/data"
DEFAULT_PORT=9300
IMAGE_NAME="frpc-console"
GO_VERSION="1.21.5"
GO_VERSION="1.25.0"
# ---------- 打印函数 ----------
print_info() { echo -e "${BLUE}[INFO]${NC} $1"; }