We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2834aa4 commit 653fa1aCopy full SHA for 653fa1a
1 file changed
release/goreleaser.opm.Dockerfile
@@ -6,7 +6,7 @@
6
# by GoReleaser from the GRPC_HEALTH_PROBE_VERSION environment variable,
7
# which is set in the Makefile from go.mod.
8
9
-ARG GRPC_HEALTH_PROBE_VERSION
+ARG GRPC_HEALTH_PROBE_VERSION=v0.4.42
10
FROM ghcr.io/grpc-ecosystem/grpc-health-probe:${GRPC_HEALTH_PROBE_VERSION} AS grpc_health_probe
11
FROM gcr.io/distroless/static:debug
12
ARG TARGETOS
0 commit comments