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 237dee6 commit 8921184
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 @@ -5,7 +5,7 @@ FROM jumpserver/luna:${VERSION} AS luna
FROM nginx:1.24-alpine
ARG TARGETARCH

ARG CHECK_VERSION=v1.0.2
ARG CHECK_VERSION=v1.0.3
RUN apk add --no-cache bash \
&& 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 8921184

Please sign in to comment.