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