From f006d76280c42c1358e370501a192d103c8dd4a5 Mon Sep 17 00:00:00 2001 From: David McWhorter Date: Thu, 26 Oct 2023 16:22:42 -0400 Subject: [PATCH] update runtime container to debian 12 --- executor/Dockerfile.executor | 2 +- operator/Dockerfile | 2 +- renovate.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/executor/Dockerfile.executor b/executor/Dockerfile.executor index 6d42f33f30..37bfe0bd18 100644 --- a/executor/Dockerfile.executor +++ b/executor/Dockerfile.executor @@ -56,7 +56,7 @@ RUN chmod -R 666 /openapi/ \ # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM gcr.io/distroless/base-debian11:nonroot +FROM gcr.io/distroless/base-debian12:nonroot WORKDIR / COPY --from=builder /workspace/executor . COPY licenses/license.txt licenses/license.txt diff --git a/operator/Dockerfile b/operator/Dockerfile index 0dea23e4ef..d01b843ff9 100644 --- a/operator/Dockerfile +++ b/operator/Dockerfile @@ -47,7 +47,7 @@ RUN wget -O mozilla-tls-observatory.tar.gz https://github.com/mozilla/tls-observ # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM gcr.io/distroless/base-debian11:nonroot +FROM gcr.io/distroless/base-debian12:nonroot WORKDIR / COPY --from=builder /workspace/manager . COPY licenses/license.txt licenses/license.txt diff --git a/renovate.json b/renovate.json index 1af2499e5c..cf17f7b2b1 100644 --- a/renovate.json +++ b/renovate.json @@ -54,7 +54,7 @@ "docker" ], "matchPackagePatterns": [ - "quay.io/domino/distroless.base-debian11" + "quay.io/domino/distroless.base-debian12" ], "pinDigests": true, "versioning": "docker"