Update python:3.10-slim Docker digest to 31b1e4b
Build and push mlflow container / Build and push mlflow container (push) Waiting to run Details

This commit is contained in:
Renovate Bot 2024-05-15 09:03:53 +00:00
parent bd532a8729
commit c8a935dfcb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim@sha256:161d1e3deddba156d7834d15e6fe4d010b3b6f69f18ee1cfba9348e712f4a4ba
FROM python:3.10-slim@sha256:31b1e4b1c4a1903649c95fa5e46c1066baf6acdd33167813af9fa7905355e1a3
COPY requirements.txt .
RUN pip install -r requirements.txt
EXPOSE 5000