Skip to content

Commit f4b362f

Browse files
committed
feat: upgrade wisp
1 parent dac121a commit f4b362f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)