diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 45ccd1a..eb699f8 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: REPO_OWNER: cluster steps: - name: Checkout - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Fetch tags run: git fetch --tags origin - name: Get mlflow version diff --git a/Dockerfile b/Dockerfile index 459d40b..1fe21d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim@sha256:64157e9ca781b9d18e4d7e613f4a3f19365a26d82da87ff1aa82a03eacb34687 +FROM python:3.10-slim@sha256:161d1e3deddba156d7834d15e6fe4d010b3b6f69f18ee1cfba9348e712f4a4ba COPY requirements.txt . RUN pip install -r requirements.txt EXPOSE 5000 diff --git a/requirements.txt b/requirements.txt index 5257d9f..c0a2d71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ mlflow==2.12.1 psycopg2-binary==2.9.9 -boto3==1.34.89 \ No newline at end of file +boto3==1.34.100 \ No newline at end of file