We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1b8ec commit 7927d07Copy full SHA for 7927d07
release/goreleaser.opm.Dockerfile
@@ -2,7 +2,7 @@
2
# build opm images. See the configurations in .goreleaser.yaml
3
# and .github/workflows/release.yaml.
4
5
-FROM ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.28 as grpc_health_probe
+FROM ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.29 as grpc_health_probe
6
FROM gcr.io/distroless/static:debug
7
COPY --from=grpc_health_probe /ko-app/grpc-health-probe /bin/grpc_health_probe
8
COPY ["nsswitch.conf", "/etc/nsswitch.conf"]
0 commit comments