There was an error while loading. Please reload this page.
1 parent 70ec59c commit d33af4bCopy full SHA for d33af4b
1 file changed
Dockerfile-base
@@ -24,7 +24,7 @@ RUN set -ex \
24
&& dpkg -i check_linux_${TARGETARCH}.deb \
25
&& rm -f check_linux_${TARGETARCH}.deb
26
27
-ARG WISP_VERSION=v0.2.13
+ARG WISP_VERSION=v0.2.14
28
RUN set -ex \
29
&& wget https://github.com/jumpserver/wisp/releases/download/${WISP_VERSION}/wisp_linux_${TARGETARCH}.deb \
30
&& dpkg -i wisp_linux_${TARGETARCH}.deb \
0 commit comments