From 80b610fb96bf853ba9cb235f18ec7e3927d377c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 00:54:26 +0000 Subject: [PATCH] chore(deps): update oci_distroless_cc docker digest to e1065a1 --- e2e/smoke/WORKSPACE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/smoke/WORKSPACE.bazel b/e2e/smoke/WORKSPACE.bazel index bf0bf90..55fda03 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:e1065a1d58800a7294f74e67c32ec4146d09d6cbe471c1fa7ed456b2d2bf06e0", # Dec 6, 2023 image = "gcr.io/distroless/cc-debian12", platforms = ["linux/amd64"], )