diff --git a/examples/helloworld/MODULE.bazel b/examples/helloworld/MODULE.bazel index a8481773..fec5b269 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:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11", layer_handling = "lazy", registries = [ "mirror.gcr.io",