Bump debian in /dockerfiles/deployment-yaml-formatter

Bumps debian from 13.4-slim to 13.5-slim.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-20 06:37:10 +00:00
committed by GitHub
parent 5a7bec20cd
commit 597d01b1c6

View File

@@ -3,7 +3,7 @@
FROM mikefarah/yq:4.53.2 AS yq
FROM debian:13.4-slim
FROM debian:13.5-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/*