Skip to content

Commit

Permalink
Merge pull request #1 from maruina/maruina-patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
maruina authored Dec 18, 2022
2 parents dd0385a + b3603d4 commit 6df0fe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.12.4 as builder
ENV GRPC_HEALTH_PROBE_VERSION=v0.3.1
ENV GRPC_HEALTH_PROBE_VERSION=v0.4.14
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 && \
chmod +x /bin/grpc_health_probe

FROM gcr.io/distroless/base-debian10
FROM gcr.io/distroless/base-debian11
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe
ENTRYPOINT [ "/bin/grpc_health_probe"]
ENTRYPOINT [ "/bin/grpc_health_probe"]

0 comments on commit 6df0fe0

Please sign in to comment.