Update python:3.10-slim Docker digest to ef44c53
Build and push mlflow container / Build and push mlflow container (push) Successful in 5s Details

This commit is contained in:
Renovate Bot 2024-02-02 01:01:10 +00:00
parent c34f5ae69c
commit c32ef21c95
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim@sha256:b64d1888e5d1ac06ff2c0ad0fd1fe9c2dc5826de2bbe2e5a87ea4b9346edaf1c
FROM python:3.10-slim@sha256:ef44c53813f71871130462fcd1cf77df9a3a468ed7730b402e1216e21ed8fe4f
COPY requirements.txt .
RUN pip install -r requirements.txt
EXPOSE 5000