From a5d3c7003477b29670e8f42c7cb68c9b4287cd5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:51:42 +0000 Subject: [PATCH] Update alpine Docker tag to v3.24 --- examples/helloworld/MODULE.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/helloworld/MODULE.bazel b/examples/helloworld/MODULE.bazel index a8481773..e5d50cdb 100644 --- a/examples/helloworld/MODULE.bazel +++ b/examples/helloworld/MODULE.bazel @@ -20,12 +20,12 @@ pull = use_repo_rule("@rules_img//img:pull.bzl", "pull") pull( name = "alpine", - digest = "sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375", + digest = "sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b", layer_handling = "lazy", registries = [ "mirror.gcr.io", "index.docker.io", ], repository = "library/alpine", - tag = "3.23", + tag = "3.24", )