Skip to content

Commit

Permalink
perf: upgrade Wisp version to delay uploading remaining replays by 10…
Browse files Browse the repository at this point in the history
… minutes (#62)

* perf: upgrade Wisp version to delay uploading remaining replays by 10 minutes

* perf: Update Dockerfile with new base image tag

---------

Co-authored-by: Eric <xplzv@126.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 11, 2024
1 parent 0d18263 commit f98da3e
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jumpserver/chen-base:20241209_022248 AS stage-build
FROM jumpserver/chen-base:20241211_065709 AS stage-build
ENV LANG=en_US.UTF-8

WORKDIR /opt/chen/
2 changes: 1 addition & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ RUN set -ex \
&& chmod 755 /usr/local/bin/check \
&& rm -f check-${CHECK_VERSION}-linux-${TARGETARCH}.tar.gz

ARG WISP_VERSION=v0.2.3
ARG WISP_VERSION=v0.2.4
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 \

0 comments on commit f98da3e

Please sign in to comment.