Skip to content

Commit

Permalink
perf: update check version to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fit2bot authored and ibuler committed Aug 8, 2024
1 parent 2bab64f commit c046e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN set -ex \
&& rm -rf /var/lib/apt/lists/*

# Install tools and dependencies
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 \
Expand Down

0 comments on commit c046e40

Please # to comment.