Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #236 from tkrs/update/grpc-health-probe
Browse files Browse the repository at this point in the history
ci(deps): bump grpc_health_probe from v0.3.2 to v0.4.24
  • Loading branch information
tkrs authored Jan 7, 2024
2 parents 84067ff + 6b7095c commit 1ade8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /tmp

RUN apt-get -qq update && apt-get -qq install -y curl

RUN curl -L -o grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.3.2/grpc_health_probe-linux-amd64 && \
RUN curl -L -o grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/v0.4.24/grpc_health_probe-linux-amd64 && \
chmod +x grpc_health_probe

FROM ubuntu:22.04
Expand Down

0 comments on commit 1ade8d1

Please sign in to comment.