diff --git a/dockerfiles/deployment-yaml-formatter/Dockerfile b/dockerfiles/deployment-yaml-formatter/Dockerfile index db07b8df3..5cbce1b99 100644 --- a/dockerfiles/deployment-yaml-formatter/Dockerfile +++ b/dockerfiles/deployment-yaml-formatter/Dockerfile @@ -3,7 +3,7 @@ FROM mikefarah/yq:4.44.3 AS yq -FROM debian:12.7-slim +FROM debian:12.8-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/*