diff --git a/Dockerfile b/Dockerfile index 6c9ae6ca..ba55ded8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # # Using python:3.9-slim -FROM python@sha256:e6941b744e8eb9df6cf6baf323d2b9ad1dfe17d118f5efee14634aff4d47c76f +FROM python@sha256:785fef11f44b7393c03d77032fd72e56af8b05442b051a151229145e5fbbcb29 COPY requirements.txt /nca/ RUN python -m pip install -U pip wheel setuptools && pip install -r /nca/requirements.txt