diff --git a/Dockerfile b/Dockerfile index 1fbf25a..5412be4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/python:3.10.15@sha256:f5c258c1a5b0c9de773933cafce165d08d4fc52688dcd586544e9fdbf6be2c29 AS req +FROM docker.io/python:3.10.15@sha256:08a49662edbfff8a296e2db2cb3235e117d1caeb09c32cba65011a2de0306440 AS req RUN python3 -m pip install pipx && \ python3 -m pipx ensurepath @@ -11,7 +11,7 @@ COPY ./poetry.lock ./poetry.lock COPY ./pyproject.toml ./pyproject.toml RUN pipx run poetry export --format requirements.txt --output requirements.txt -FROM docker.io/python:3.10.15@sha256:f5c258c1a5b0c9de773933cafce165d08d4fc52688dcd586544e9fdbf6be2c29 +FROM docker.io/python:3.10.15@sha256:08a49662edbfff8a296e2db2cb3235e117d1caeb09c32cba65011a2de0306440 # Create dirs for: # - Injecting config.yml: /root/.DANE