From 8f7d20a86cc6bf95d54430dc57f221957ff6f076 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 23:04:14 +0000 Subject: [PATCH] chore(deps): update gcr.io/distroless/python3-debian12:nonroot docker digest to 17b27c8 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be50648..1658f38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY requirements.txt /requirements.txt RUN /usr/local/bin/pip install --disable-pip-version-check -r /requirements.txt -FROM gcr.io/distroless/python3-debian12:nonroot@sha256:db274ad45039fcee19d5cb5fc87700b64bce612f57c03b69f9a59b6bcd6545c8 +FROM gcr.io/distroless/python3-debian12:nonroot@sha256:17b27c84c985a53d0cd2adef4f196ca327fa9b6755369be605cf45533b4e700b COPY --from=build /usr/local /usr/local