Skip to content

Commit 11bbb70

Browse files
chore(deps): update ghcr.io/grpc-ecosystem/grpc-health-probe docker tag to v0.4.47
1 parent 480053d commit 11bbb70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ FROM builder AS debug
4444
WORKDIR /
4545

4646
COPY --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

4949
RUN 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
5656
WORKDIR /
5757

5858
COPY --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

6161
USER 65532:65532
6262

@@ -70,7 +70,7 @@ RUN apk add --no-cache tar
7070
WORKDIR /
7171

7272
COPY --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
7676
RUN addgroup -g 65532 -S nonroot && adduser -u 65532 -S nonroot -G nonroot

0 commit comments

Comments
 (0)