From 0c5ba36a7e5ecde6fb7a53dfbd1f035f2f5145e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 08:27:42 +0000 Subject: [PATCH] build(deps): bump distroless/python3 from `e3cc51b` to `7182543` Bumps distroless/python3 from `e3cc51b` to `7182543`. --- updated-dependencies: - dependency-name: distroless/python3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b31ae3..5e6189f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY pyproject.toml poetry.lock ./ RUN python -m pip install --no-cache-dir poetry==1.1.13 \ && poetry install -FROM gcr.io/distroless/python3@sha256:e3cc51b5d1d8385d645064a2ff75c77ab3c1219db378fc36e38e82a21b14bba1 +FROM gcr.io/distroless/python3@sha256:7182543f5033e8a925ec31f7076f4ed3cb846d005bb7bb52a255f75a336ecad5 # FROM gcr.io/distroless/python3:latest EXPOSE 5000