Bump debian in /dockerfiles/deployment-yaml-formatter

Bumps debian from 12.9-slim to 12.10-slim.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-18 01:59:40 +00:00
committed by GitHub
parent 2023061ae2
commit 80cdfb938c

View File

@@ -3,7 +3,7 @@
FROM mikefarah/yq:4.45.1 AS yq
FROM debian:12.9-slim
FROM debian:12.10-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/*