From 0a99614d0067a60c407473437c0cb07368dbebe9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:42:59 +0000 Subject: [PATCH] chore(deps): update alpine:3.23 docker digest to 2510918 --- examples/helloworld/MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helloworld/MODULE.bazel b/examples/helloworld/MODULE.bazel index a8481773..1d73c38e 100644 --- a/examples/helloworld/MODULE.bazel +++ b/examples/helloworld/MODULE.bazel @@ -20,7 +20,7 @@ pull = use_repo_rule("@rules_img//img:pull.bzl", "pull") pull( name = "alpine", - digest = "sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375", + digest = "sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659", layer_handling = "lazy", registries = [ "mirror.gcr.io",