diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index c35d805..f902a86 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -8,7 +8,7 @@ jobs: build: name: Build image runs-on: ubuntu-latest - container: ghcr.io/catthehacker/ubuntu:act-latest@sha256:91f67c0ca67fde4eceb59cb8c3c74cde09c074eadaf9ebc0050df11cd031ef21 + container: ghcr.io/catthehacker/ubuntu:act-latest@sha256:78fc1ce62f01032916d08600dbe2913861f88b98f06d9273cdc1bc067f4a3df9 env: IMAGE_NAME: mlflow REGISTRY: git.namesny.com diff --git a/requirements.txt b/requirements.txt index 1ef4273..0219d74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -mlflow==2.9.1 +mlflow==2.9.2 psycopg2-binary==2.9.9 -boto3==1.34.0 \ No newline at end of file +boto3==1.34.17 \ No newline at end of file