diff --git a/Dockerfile b/Dockerfile index 74edf78..e2b5c1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM cgr.dev/chainguard/python:latest-dev@sha256:40b76be74c72e7803505dde2c239443 WORKDIR /app COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt --user -FROM cgr.dev/chainguard/python:latest@sha256:2fb6c1fcd0ee933b44628db6a9a5084faa686fec76041b852ac1680415a2fdc0 +FROM cgr.dev/chainguard/python:latest@sha256:c938906238f844b80d0783f4d8bcb700bf8c644d647f95b2adeddaa15fa63156 WORKDIR /app # Make sure you update Python version in path