Skip to content

Commit 73b8003

Browse files
authored
Merge pull request #65 from jumpserver/pr@dev@feat_upgrade_wisp
feat: upgrade wisp
2 parents dac121a + 205a2b6 commit 73b8003

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jumpserver/chen-base:20241211_065709 AS stage-build
1+
FROM jumpserver/chen-base:20241212_102050 AS stage-build
22
ENV LANG=en_US.UTF-8
33

44
WORKDIR /opt/chen/

Dockerfile-base

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN set -ex \
2727
&& chmod 755 /usr/local/bin/check \
2828
&& rm -f check-${CHECK_VERSION}-linux-${TARGETARCH}.tar.gz
2929

30-
ARG WISP_VERSION=v0.2.4
30+
ARG WISP_VERSION=v0.2.5
3131
RUN set -ex \
3232
&& wget https://github.com/jumpserver/wisp/releases/download/${WISP_VERSION}/wisp-${WISP_VERSION}-linux-${TARGETARCH}.tar.gz \
3333
&& tar -xf wisp-${WISP_VERSION}-linux-${TARGETARCH}.tar.gz -C /usr/local/bin/ --strip-components=1 \

0 commit comments

Comments
 (0)