diff --git a/Dockerfile b/Dockerfile index d5cda5d..8abe648 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/requirements.txt b/requirements.txt index 0cc8fc0..f398714 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ mlflow==2.11.1 psycopg2-binary==2.9.9 -boto3==1.34.65 \ No newline at end of file +boto3==1.34.67 \ No newline at end of file