Skip to content

Commit 16e4bd2

Browse files
authored
chore: bump grpc_health_probe version (#3263)
1 parent 463ad6d commit 16e4bd2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/g
1010
FROM cgr.dev/chainguard/static@sha256:60582b2ae6074f641094af0f370d4ab241aab271858a66223dcde7eee9f51638
1111
# NOTE: the copy target location differs from Dockerfile.release for historical reasons. It's referenced in
1212
# compose files and elsewhere so we're keeping it the way it is.
13-
COPY --from=ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.53 /ko-app/grpc-health-probe /bin/grpc_health_probe
13+
COPY --from=ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.54 /ko-app/grpc-health-probe /bin/grpc_health_probe
1414
COPY --from=spicedb-builder /go/src/app/spicedb /usr/local/bin/spicedb
1515
ENV PATH="$PATH:/usr/local/bin"
1616
EXPOSE 50051

Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG TARGETOS
66
ARG TARGETARCH
77
ARG TARGETPLATFORM
88
# NOTE: downloads the health probe binary directly from the official release.
9-
ADD --chmod=755 https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.53/grpc_health_probe-${TARGETOS}-${TARGETARCH} /usr/local/bin/grpc_health_probe
9+
ADD --chmod=755 https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.54/grpc_health_probe-${TARGETOS}-${TARGETARCH} /usr/local/bin/grpc_health_probe
1010
COPY $TARGETPLATFORM/spicedb /usr/local/bin/spicedb
1111
ENV PATH="$PATH:/usr/local/bin"
1212
EXPOSE 50051

0 commit comments

Comments
 (0)