From ee95021a8af5a52fb5a266e8f48ddc043b973b9a Mon Sep 17 00:00:00 2001 From: "Crane.z" <1481445951@qq.com> Date: Fri, 31 Jul 2026 10:55:22 +0800 Subject: [PATCH 1/2] build: switch to JumpServer Druid from FIT2CLOUD --- backend/framework/pom.xml | 4 ++-- pom.xml | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/backend/framework/pom.xml b/backend/framework/pom.xml index dd18dac..c3fee99 100644 --- a/backend/framework/pom.xml +++ b/backend/framework/pom.xml @@ -19,9 +19,9 @@ - com.alibaba + com.jumpserver druid - 1.2.18 + ${druid.version} diff --git a/pom.xml b/pom.xml index 1538c58..e37fa8e 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,7 @@ 0.0.1 + 1.2.28-jms.1 21 3.9.0 21 @@ -35,6 +36,20 @@ 4.1.135.Final + + + fit2cloud-public + FIT2CLOUD Public Repository + https://repository.fit2cloud.com/repository/public/ + + true + + + false + + + + From 1e9f3fb0e09ff53c27f5a25236b81d580b2f8964 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 31 Jul 2026 03:06:47 +0000 Subject: [PATCH 2/2] perf: Update Dockerfile with new base image tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 25cf4d0..53c7944 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM jumpserver/chen-base:20260701_092702 AS stage-build +FROM jumpserver/chen-base:20260731_025640 AS stage-build ENV LANG=en_US.UTF-8 WORKDIR /opt/chen/