perf: update check version to v1.0.3

pull/13918/head
fit2bot 2024-08-08 13:40:22 +08:00 committed by Bryan
parent 5d3e633e83
commit b1c68165bb
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=core \
# Install bin tools
ARG CHECK_VERSION=v1.0.2
ARG CHECK_VERSION=v1.0.3
RUN set -ex \
&& wget https://github.com/jumpserver-dev/healthcheck/releases/download/${CHECK_VERSION}/check-${CHECK_VERSION}-linux-${TARGETARCH}.tar.gz \
&& tar -xf check-${CHECK_VERSION}-linux-${TARGETARCH}.tar.gz \