Skip to content

Commit b89bf53

Browse files
Copilotgrokspawn
andauthored
Update goreleaser.opm.Dockerfile for grpc-health-probe v0.4.43 (#1873)
* Initial plan * Update goreleaser.opm.Dockerfile to use grpc-health-probe v0.4.43 Co-authored-by: grokspawn <86862637+grokspawn@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: grokspawn <86862637+grokspawn@users.noreply.github.com>
1 parent ceb0602 commit b89bf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/goreleaser.opm.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# by GoReleaser from the GRPC_HEALTH_PROBE_VERSION environment variable,
77
# which is set in the Makefile from go.mod.
88

9-
ARG GRPC_HEALTH_PROBE_VERSION=v0.4.42
9+
ARG GRPC_HEALTH_PROBE_VERSION=v0.4.43
1010
FROM ghcr.io/grpc-ecosystem/grpc-health-probe:${GRPC_HEALTH_PROBE_VERSION} AS grpc_health_probe
1111
FROM gcr.io/distroless/static:debug
1212
ARG TARGETOS

0 commit comments

Comments
 (0)