From 5ef85e19585d09fc607240b7156385c5801f0de1 Mon Sep 17 00:00:00 2001 From: Radith Samarakoon Date: Sun, 18 Jan 2026 13:50:41 +0530 Subject: [PATCH] chore: update runtime image to Debian 13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 18dc7d4..3ef4c1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN mkdir -p /app/data/oauth # ============================================================================ # Runtime Stage: Minimal distroless image # ============================================================================ -FROM gcr.io/distroless/cc-debian12:nonroot AS runtime +FROM gcr.io/distroless/cc-debian13:nonroot AS runtime # Copy the Python installation from builder COPY --from=builder --chown=nonroot:nonroot /python /python