File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ FROM builder AS debug
4444WORKDIR /
4545
4646COPY --from=builder /bin/apiserver ./apiserver
47- COPY --from=ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.38 /ko-app/grpc-health-probe /bin/grpc-health-probe
47+ COPY --from=ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.47 /ko-app/grpc-health-probe /bin/grpc-health-probe
4848
4949RUN xx-go install github.com/go-delve/delve/cmd/dlv@v1.26.1
5050
@@ -56,7 +56,7 @@ FROM gcr.io/distroless/static:nonroot@sha256:c0f429e16b13e583da7e5a6ec20dd656d32
5656WORKDIR /
5757
5858COPY --from=builder /bin/apiserver ./apiserver
59- COPY --from=ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.38 /ko-app/grpc-health-probe /bin/grpc-health-probe
59+ COPY --from=ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.47 /ko-app/grpc-health-probe /bin/grpc-health-probe
6060
6161USER 65532:65532
6262
@@ -70,7 +70,7 @@ RUN apk add --no-cache tar
7070WORKDIR /
7171
7272COPY --from=builder /bin/apiserver ./apiserver
73- COPY --from=ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.38 /ko-app/grpc-health-probe /bin/grpc-health-probe
73+ COPY --from=ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.47 /ko-app/grpc-health-probe /bin/grpc-health-probe
7474
7575# Create a non-root user for coverage
7676RUN addgroup -g 65532 -S nonroot && adduser -u 65532 -S nonroot -G nonroot
You can’t perform that action at this time.
0 commit comments