Skip to content

Commit 07b0293

Browse files
committed
perf: update dockerfile
1 parent 91172ff commit 07b0293

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN set -ex \
1919
&& rm -rf /var/lib/apt/lists/*
2020

2121
# Install tools and dependencies
22-
ARG CHECK_VERSION=v1.0.4
22+
ARG CHECK_VERSION=v1.0.5
2323
RUN set -ex \
2424
&& wget https://github.com/jumpserver-dev/healthcheck/releases/download/${CHECK_VERSION}/check-${CHECK_VERSION}-linux-${TARGETARCH}.tar.gz \
2525
&& tar -xf check-${CHECK_VERSION}-linux-${TARGETARCH}.tar.gz -C /usr/local/bin/ check \

0 commit comments

Comments
 (0)