diff --git a/e2e/smoke/WORKSPACE.bazel b/e2e/smoke/WORKSPACE.bazel index bf0bf90..822c7ed 100644 --- a/e2e/smoke/WORKSPACE.bazel +++ b/e2e/smoke/WORKSPACE.bazel @@ -45,7 +45,7 @@ load("@rules_oci//oci:pull.bzl", "oci_pull") oci_pull( name = "oci_distroless_cc", # tag = "latest", - digest = "sha256:a9056d2232d16e3772bec3ef36b93a5ea9ef6ad4b4ed407631e534b85832cf40", # Dec 6, 2023 + digest = "sha256:7a01d633f75120af59c71489e0911fa8b6512673a3ff0b999522b4221ab4d86a", # Dec 6, 2023 image = "gcr.io/distroless/cc-debian12", platforms = ["linux/amd64"], )