From bdf0c497b98fe18c3ca80f708c22df4654b072a3 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 9 Oct 2025 13:05:39 +0800 Subject: [PATCH 1/2] perf: update dockerfile perf: fix Dockerfile-base --- Dockerfile-base | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile-base b/Dockerfile-base index 5cf4318..9afa162 100644 --- a/Dockerfile-base +++ b/Dockerfile-base @@ -19,7 +19,7 @@ RUN set -ex \ && rm -rf /var/lib/apt/lists/* # Install tools and dependencies -ARG CHECK_VERSION=v1.0.4 +ARG CHECK_VERSION=v1.0.5 RUN set -ex \ && wget https://github.com/jumpserver-dev/healthcheck/releases/download/${CHECK_VERSION}/check-${CHECK_VERSION}-linux-${TARGETARCH}.tar.gz \ && tar -xf check-${CHECK_VERSION}-linux-${TARGETARCH}.tar.gz -C /usr/local/bin/ check \ @@ -68,6 +68,6 @@ RUN set -ex \ && mkdir -p /root/.m2 \ && mkdir -p /opt/chen/frontend/dist \ && sed -i "s@https://repo.maven.apache.org/maven2@${MAVEN_MIRROR}@g" settings.xml \ - && \cp -f settings.xml /root/.m2/ \ + && cp -f settings.xml /root/.m2/ \ && mvn clean install From 624fca6f86ced77738621ec4174729d45f5ad01a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 10 Oct 2025 11:02:50 +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 a039e8b..f720728 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM jumpserver/chen-base:20251009_123506 AS stage-build +FROM jumpserver/chen-base:20251010_105539 AS stage-build ENV LANG=en_US.UTF-8 WORKDIR /opt/chen/