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", )