Skip to content

Commit d33af4b

Browse files
committed
upgrade wisp for es9
1 parent 70ec59c commit d33af4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN set -ex \
2424
&& dpkg -i check_linux_${TARGETARCH}.deb \
2525
&& rm -f check_linux_${TARGETARCH}.deb
2626

27-
ARG WISP_VERSION=v0.2.13
27+
ARG WISP_VERSION=v0.2.14
2828
RUN set -ex \
2929
&& wget https://github.com/jumpserver/wisp/releases/download/${WISP_VERSION}/wisp_linux_${TARGETARCH}.deb \
3030
&& dpkg -i wisp_linux_${TARGETARCH}.deb \

0 commit comments

Comments
 (0)