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 committed Aug 8, 2024
1 parent 769b6dc commit 881f899
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 @@ -15,7 +15,7 @@ RUN set -ex \

WORKDIR /opt

ARG CHECK_VERSION=v1.0.3
ARG 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 881f899

Please sign in to comment.