From 6197e77b3a85b53f67600432ac386eaf3871fa58 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com>
Date: Sat, 2 Mar 2024 06:07:29 +0000
Subject: [PATCH] chore(deps): update gcr.io/distroless

---
 images/mirror/Earthfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/images/mirror/Earthfile b/images/mirror/Earthfile
index 3241ed0a7..6128f236c 100644
--- a/images/mirror/Earthfile
+++ b/images/mirror/Earthfile
@@ -8,13 +8,13 @@ MIRROR:
     SAVE IMAGE --cache-hint
 
 distroless-base:
-    DO +MIRROR --image=gcr.io/distroless/base-debian12:nonroot@sha256:d69ec7321e2c43f2ab8fd243c815f80e26b7a54300910e2b221b2f013e07e0ff
+    DO +MIRROR --image=gcr.io/distroless/base-debian12:nonroot@sha256:c1e97afc54bf72b6f60eb91ea71a800ad88729e4850e819b0d55358f0e2c258c
 
 distroless-static-debug:
-    DO +MIRROR --image=gcr.io/distroless/static:debug-nonroot@sha256:44bf51d5b2bb7f09d1fda9322b2db6cd138d78ad1b1496c6f143c9a7d5245d50
+    DO +MIRROR --image=gcr.io/distroless/static:debug-nonroot@sha256:0758e75e315ea514023f24a965affd2fb5ab330638cafe564d4b99724cac03eb
 
 distroless-static:
-    DO +MIRROR --image=gcr.io/distroless/static:nonroot@sha256:efea8b525e9deefb309c6ed41b8e69c85d901e0da30658e476e9f176f88c1b36
+    DO +MIRROR --image=gcr.io/distroless/static:nonroot@sha256:49af06135e8bbe8ddc46c1d28b0bd00961aae9c9ed090bbc0237f58e1462dd4b
 
 golang:
     DO +MIRROR --image=docker.io/library/golang:1.22.0-bookworm
-- 
GitLab