Skip to content

Commit

Permalink
perf: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai authored and LeeEirc committed Jul 17, 2024
1 parent 106daa7 commit b24a8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ARG TARGETARCH

WORKDIR /opt

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 b24a8bd

Please sign in to comment.