diff --git a/machine-learning/Dockerfile b/machine-learning/Dockerfile index f601e7868a..25d18b59a5 100644 --- a/machine-learning/Dockerfile +++ b/machine-learning/Dockerfile @@ -13,7 +13,7 @@ ENV VIRTUAL_ENV="/opt/venv" PATH="/opt/venv/bin:${PATH}" COPY poetry.lock pyproject.toml ./ RUN poetry install --sync --no-interaction --no-ansi --no-root --only main -FROM python:3.11.4-slim-bullseye@sha256:4102cb4b15a5c0c52068d3128f87b1d43e6a3b431714f4a65e8b8e91750c7c54 +FROM python:3.11.4-slim-bullseye@sha256:91d194f58f50594cda71dcd2e8fdefd90e7ecc57d07823813b67c8521e565dcd WORKDIR /usr/src/app ENV NODE_ENV=production \