diff --git a/Dockerfile-jenkins b/Dockerfile-jenkins index 4862e4a..839acc6 100644 --- a/Dockerfile-jenkins +++ b/Dockerfile-jenkins @@ -1,7 +1,7 @@ FROM jenkins/jenkins:2.347-slim USER jenkins -RUN /usr/local/bin/install-plugins.sh blueocean:1.25.2 build-timestamp:1.0.3 timestamper:1.17 pollscm:1.3.1 github-api:1.303-400.v35c2d8258028 +RUN /usr/local/bin/install-plugins.sh blueocean:1.25.5 build-timestamp:1.0.3 timestamper:1.17 pollscm:1.3.1 github-api:1.303-400.v35c2d8258028 USER root ENV FLUENTD_HOST "fluentd" diff --git a/Dockerfile-mlflow b/Dockerfile-mlflow index ec32add..49830cd 100644 --- a/Dockerfile-mlflow +++ b/Dockerfile-mlflow @@ -1,7 +1,7 @@ FROM python:3.9-slim-buster WORKDIR /usr/src/app -RUN pip install awscli==1.22.29 boto3==1.20.29 mlflow==1.22.0 +RUN pip install awscli==1.24.7 boto3==1.23.7 mlflow==1.23.1 EXPOSE 5000 ENV MLFLOW_S3_ENDPOINT_URL ${MLFLOW_S3_ENDPOINT_URL} ENV AWS_ACCESS_KEY_ID ${AWS_ACCESS_KEY_ID} diff --git a/requirements.txt b/requirements.txt index 2080ce8..cae9d3e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,10 +9,11 @@ fluent-logger==0.10.0 bokeh==2.4.2 arrow==1.2.1 wickedhot==0.2.5 -boto3==1.20.26 -requests-mock==1.8.0 +boto3==1.23.7 + # Testing Dependencies +requests-mock==1.8.0 flake8==3.7.8 flake8-print==3.1.4 autopep8==1.5