Skip to content

Commit aaf78d8

Browse files
committed
update digests
1 parent 273a997 commit aaf78d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e/assertion/wksp/MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ local_path_override(
1111
oci = use_extension("@rules_oci//oci:extensions.bzl", "oci")
1212
oci.pull(
1313
name = "empty_image",
14-
digest = "sha256:e40e202a677ddddeaaf4603df278a6da42130d750622f1b1130bdafe6876a6e0",
14+
digest = "sha256:2515b821f7cc895283a961ea6548a29f7eb340a0b8d29f79a0feb3825d31caa9",
1515
image = "http://localhost:1447/empty_image",
1616
)
1717
use_repo(oci, "empty_image")

e2e/assertion/wksp/WORKSPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ load("@rules_oci//oci:pull.bzl", "oci_pull")
1515

1616
oci_pull(
1717
name = "empty_image",
18-
digest = "sha256:e40e202a677ddddeaaf4603df278a6da42130d750622f1b1130bdafe6876a6e0",
18+
digest = "sha256:2515b821f7cc895283a961ea6548a29f7eb340a0b8d29f79a0feb3825d31caa9",
1919
image = "http://localhost:1447/empty_image",
2020
)
2121

0 commit comments

Comments
 (0)