Skip to content

Commit e69abfc

Browse files
fit2botLeeEircgithub-actions[bot]
authored
perf: update dockerfile (#132)
* perf: update dockerfile perf: fix Dockerfile-base * perf: Update Dockerfile with new base image tag --------- Co-authored-by: Eric <xplzv@126.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e796c6f commit e69abfc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jumpserver/chen-base:20251009_123506 AS stage-build
1+
FROM jumpserver/chen-base:20251010_105539 AS stage-build
22
ENV LANG=en_US.UTF-8
33

44
WORKDIR /opt/chen/

Dockerfile-base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN set -ex \
1919
&& rm -rf /var/lib/apt/lists/*
2020

2121
# Install tools and dependencies
22-
ARG CHECK_VERSION=v1.0.4
22+
ARG CHECK_VERSION=v1.0.5
2323
RUN set -ex \
2424
&& wget https://github.com/jumpserver-dev/healthcheck/releases/download/${CHECK_VERSION}/check-${CHECK_VERSION}-linux-${TARGETARCH}.tar.gz \
2525
&& tar -xf check-${CHECK_VERSION}-linux-${TARGETARCH}.tar.gz -C /usr/local/bin/ check \
@@ -68,6 +68,6 @@ RUN set -ex \
6868
&& mkdir -p /root/.m2 \
6969
&& mkdir -p /opt/chen/frontend/dist \
7070
&& sed -i "s@https://repo.maven.apache.org/maven2@${MAVEN_MIRROR}@g" settings.xml \
71-
&& \cp -f settings.xml /root/.m2/ \
71+
&& cp -f settings.xml /root/.m2/ \
7272
&& mvn clean install
7373

0 commit comments

Comments
 (0)