From 26227b4907f1cd6d62c42a356e667c241aaf5bbe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 09:16:37 +0000 Subject: [PATCH] Update debian to d7e1218 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index b65dcc025..6a6536b8d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -73,7 +73,7 @@ RUN curl -L https://codeload.github.com/NVIDIA/cuda-samples/tar.gz/refs/tags/v${ # Build a static busybox layout: one binary plus applet symlinks (sh, rm, # ln, sleep, cat, ...) so PATH-resolved commands in init-container wrappers # and lifecycle hooks keep working on the non-*-dev* distroless base. -FROM debian:trixie-slim@sha256:3a39a0592364683e6bab97937b72cad5a8fa6dcbbee90edb3bb48c7f8e94f258 AS shell +FROM debian:trixie-slim@sha256:d7e12182ce18b85b93007c1dedf31f2d29e01ccf3182cc4017c709b6259bc132 AS shell RUN apt-get update \ && apt-get install -y --no-install-recommends busybox-static \ && rm -rf /var/lib/apt/lists/* \