Compare commits

...

2 Commits

Author SHA1 Message Date
Renovate Bot ed375c0141 Update python:3.10-slim Docker digest to 684b1aa
Build and push mlflow container / Build and push mlflow container (push) Successful in 5s Details
2024-03-21 01:01:03 +00:00
Renovate Bot 9719e9e5b8 Update dependency boto3 to v1.34.67
Build and push mlflow container / Build and push mlflow container (push) Successful in 8s Details
2024-03-21 01:00:50 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.10-slim@sha256:1326d0fd281d283b077fd249e618339a44c9ca5aae6e05cb4f069a087e827922
FROM python:3.10-slim@sha256:684b1aaf96a7942b3c3af438d162e0baa3510aa7af25ad76d238e0c746bdec79
COPY requirements.txt .
RUN pip install -r requirements.txt
EXPOSE 5000

View File

@ -1,3 +1,3 @@
mlflow==2.11.1
psycopg2-binary==2.9.9
boto3==1.34.65
boto3==1.34.67