Compare commits

..

3 Commits

Author SHA1 Message Date
Renovate Bot 742893f700 Update dependency boto3 to v1.34.15 2024-01-09 01:00:33 +00:00
Mathis aed3d766f6 Merge pull request 'Pin dependencies' (#10) from renovate/pin-dependencies into main
Build website container / Build image (push) Successful in 13s Details
Reviewed-on: #10
2024-01-08 08:38:24 +00:00
Renovate Bot 6bfe04718a Pin dependencies 2024-01-06 01:00:33 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ jobs:
build:
name: Build image
runs-on: ubuntu-latest
container: ghcr.io/catthehacker/ubuntu:act-latest
container: ghcr.io/catthehacker/ubuntu:act-latest@sha256:91f67c0ca67fde4eceb59cb8c3c74cde09c074eadaf9ebc0050df11cd031ef21
env:
IMAGE_NAME: mlflow
REGISTRY: git.namesny.com

View File

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

View File

@ -1,3 +1,3 @@
mlflow==2.9.1
psycopg2-binary==2.9.9
boto3==1.34.14
boto3==1.34.15