From 3aee2b6b3d64f9c2e10fe900e938c4a416e2928f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 01:53:08 +0000 Subject: [PATCH] Bump debian in /dockerfiles/deployment-yaml-formatter Bumps debian from 13.3-slim to 13.4-slim. --- updated-dependencies: - dependency-name: debian dependency-version: 13.4-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dockerfiles/deployment-yaml-formatter/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/deployment-yaml-formatter/Dockerfile b/dockerfiles/deployment-yaml-formatter/Dockerfile index c27e1317d..14ecb339f 100644 --- a/dockerfiles/deployment-yaml-formatter/Dockerfile +++ b/dockerfiles/deployment-yaml-formatter/Dockerfile @@ -3,7 +3,7 @@ FROM mikefarah/yq:4.52.4 AS yq -FROM debian:13.3-slim +FROM debian:13.4-slim # Note: libdigest-sha-perl is to get shasum, which is used when installing Carvel tools below. RUN apt-get update && apt-get install -y ca-certificates jq curl libdigest-sha-perl && rm -rf /var/lib/apt/lists/*