Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion release/goreleaser.opm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# by GoReleaser from the GRPC_HEALTH_PROBE_VERSION environment variable,
# which is set in the Makefile from go.mod.

ARG GRPC_HEALTH_PROBE_VERSION
ARG GRPC_HEALTH_PROBE_VERSION=v0.4.42
FROM ghcr.io/grpc-ecosystem/grpc-health-probe:${GRPC_HEALTH_PROBE_VERSION} AS grpc_health_probe
FROM gcr.io/distroless/static:debug
ARG TARGETOS
Expand Down