Skip to content

Commit

Permalink
perf: update wisp version v0.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeEirc committed Jun 12, 2024
1 parent d52652d commit fcab108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=kael \

WORKDIR /opt

ARG WISP_VERSION=v0.1.20
ARG WISP_VERSION=v0.1.21
RUN set -ex \
&& wget https://github.com/jumpserver/wisp/releases/download/${WISP_VERSION}/wisp-${WISP_VERSION}-linux-${TARGETARCH}.tar.gz \
&& tar -xf wisp-${WISP_VERSION}-linux-${TARGETARCH}.tar.gz -C /usr/local/bin/ --strip-components=1 \
Expand Down

0 comments on commit fcab108

Please sign in to comment.