From 88220651d7f1b5ec47135bf47a97d16e116e35d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 08:08:55 +0000 Subject: [PATCH] build(deps): bump distroless/python3 from `e3cc51b` to `db83e82` Bumps distroless/python3 from `e3cc51b` to `db83e82`. --- 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..2f69d8c 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:db83e82b7fff2bd89091b53ff2bce375012e5c494380c1ed178d743d03840602 # FROM gcr.io/distroless/python3:latest EXPOSE 5000