Bump debian in /dockerfiles/deployment-yaml-formatter

Bumps debian from 13.1-slim to 13.2-slim.

---
updated-dependencies:
- dependency-name: debian
  dependency-version: 13.2-slim
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-11-19 01:10:45 +00:00
committed by GitHub
parent fad39897d7
commit 3d5c635b18
@@ -3,7 +3,7 @@
FROM mikefarah/yq:4.48.2 AS yq
FROM debian:13.1-slim
FROM debian:13.2-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/*