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

This commit is contained in:
Renovate Bot 2024-04-26 12:48:01 +00:00
parent 5aa7e57e74
commit 4567b816b2
1 changed files with 1 additions and 1 deletions

View File

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