Skip to content

Commit f98da3e

Browse files
fit2botLeeEircgithub-actions[bot]
authored
perf: upgrade Wisp version to delay uploading remaining replays by 10 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 <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0d18263 commit f98da3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jumpserver/chen-base:20241209_022248 AS stage-build
1+
FROM jumpserver/chen-base:20241211_065709 AS stage-build
22
ENV LANG=en_US.UTF-8
33

44
WORKDIR /opt/chen/

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.3
30+
ARG WISP_VERSION=v0.2.4
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)