From b658f67ef4b9d170b3ea12d78b277670386e58cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 08:11:13 +0000 Subject: [PATCH] build(deps): bump distroless/python3 from `e3cc51b` to `ee6b5ae` Bumps distroless/python3 from `e3cc51b` to `ee6b5ae`. --- 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..1b12058 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:ee6b5ae0ada21c0285c1d97455b8f828b159b0928e9456f9fba763ce4a78b679 # FROM gcr.io/distroless/python3:latest EXPOSE 5000