Skip to content

Commit

Permalink
Merge pull request ThoughtWorksInc#18 from ericnagler/dependency-updates
Browse files Browse the repository at this point in the history
Update outdated dependencies
  • Loading branch information
ericnagler authored May 24, 2022
2 parents 1648088 + 2175c81 commit d9051ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-jenkins
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-mlflow
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9051ec

Please sign in to comment.