diff --git a/dockerfiles/deployment-yaml-formatter/Dockerfile b/dockerfiles/deployment-yaml-formatter/Dockerfile index c27e1317d..14ecb339f 100644 --- a/dockerfiles/deployment-yaml-formatter/Dockerfile +++ b/dockerfiles/deployment-yaml-formatter/Dockerfile @@ -3,7 +3,7 @@ FROM mikefarah/yq:4.52.4 AS yq -FROM debian:13.3-slim +FROM debian:13.4-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/*