Skip to content

Commit

Permalink
chore(dockerfile): bump grpc health probe from v0.4.11 to v0.4.26
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsong committed Jun 5, 2024
1 parent 7eed42e commit ccee2ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GRPC_HEALTH_PROBE_VERSION=v0.4.11
ARG GRPC_HEALTH_PROBE_VERSION=v0.4.26
ARG DEBIAN_FRONTEND=noninteractive

ARG VARLOGMR_RPC_PORT=9092
Expand All @@ -7,9 +7,9 @@ ARG VARLOGADM_RPC_PORT=9093
ARG VARLOGSN_RPC_PORT=9091


FROM busybox:1.36.1 AS tools
FROM alpine:3.20.0 AS tools
ARG GRPC_HEALTH_PROBE_VERSION
RUN wget -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-amd64 \
RUN wget --no-check-certificate -qO/bin/grpc_health_probe https://github.com/grpc-ecosystem/grpc-health-probe/releases/download/${GRPC_HEALTH_PROBE_VERSION}/grpc_health_probe-linux-amd64 \
&& chmod +x /bin/grpc_health_probe


Expand Down

0 comments on commit ccee2ed

Please sign in to comment.