From b2389048770aa5b9ed439810bf84911fbb07f645 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 17:01:37 +0200 Subject: [PATCH] chore(deps): update gcr.io/distroless/python3-debian12:nonroot docker digest to 60a4160 (#79) Co-authored-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 f1c2ee5..25c9062 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ COPY src/hello_world.py . FROM base AS test RUN echo "Hello test" -FROM gcr.io/distroless/python3-debian12:nonroot@sha256:fdb3a044d46989e59648dae450d09cd76560013c12947ee4102a416e39621fb9 +FROM gcr.io/distroless/python3-debian12:nonroot@sha256:60a4160404e92c4e5639166c303cca6f5081e1110a09261aeaec38d36f539c6d USER 65532:65532 CMD [ "python", "/app/hello_world.py" ]