Merge pull request #2271 from vmware-tanzu/dependabot/docker/dockerfiles/deployment-yaml-formatter/ci/debian-12.10-slim

Bump debian from 12.9-slim to 12.10-slim in /dockerfiles/deployment-yaml-formatter
This commit is contained in:
Joshua Casey
2025-03-18 07:19:55 -05:00
committed by GitHub
@@ -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/*