There was an error while loading. Please reload this page.
1 parent 91172ff commit 07b0293Copy full SHA for 07b0293
1 file changed
Dockerfile-base
@@ -19,7 +19,7 @@ RUN set -ex \
19
&& rm -rf /var/lib/apt/lists/*
20
21
# Install tools and dependencies
22
-ARG CHECK_VERSION=v1.0.4
+ARG CHECK_VERSION=v1.0.5
23
RUN set -ex \
24
&& wget https://github.com/jumpserver-dev/healthcheck/releases/download/${CHECK_VERSION}/check-${CHECK_VERSION}-linux-${TARGETARCH}.tar.gz \
25
&& tar -xf check-${CHECK_VERSION}-linux-${TARGETARCH}.tar.gz -C /usr/local/bin/ check \
0 commit comments