From 01de9b619c411333b809e98b083d896a1cd69917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:14:25 +0000 Subject: [PATCH] chore(deps): bump grpc-ecosystem/grpc-health-probe Bumps the dependencies group with 1 update: grpc-ecosystem/grpc-health-probe. Updates `grpc-ecosystem/grpc-health-probe` from v0.4.48 to v0.4.49 --- updated-dependencies: - dependency-name: grpc-ecosystem/grpc-health-probe dependency-version: v0.4.49 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4874f799..b26dc0fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.48@sha256:b615f8b80a6796490b91bfe0f7f4d59cf73767d4921968495cb8b4024090e151 AS grpc_health_probe +FROM ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.49@sha256:966e680cebfe87d9dfc09f0e3e64fe3ead6ceae61fb1111730e71a18eef02702 AS grpc_health_probe # Please manually update the Dockerfile.goreleaser whenever the grpc health probe is updated FROM cgr.dev/chainguard/go:1.26.2@sha256:e797f1db0ae44e2d2ea4618a8be724f5a3c05f842af2ba47eadc0e573dad78ce AS builder