Skip to content

Commit

Permalink
gordo-dataset==2.7.2,gordo-client==3.0.6 (#1181)
Browse files Browse the repository at this point in the history
* gordo-dataset==2.7.2,gordo-client==3.0.6

* Fixing trivy complains
  • Loading branch information
koropets authored Sep 3, 2021
1 parent 6c6e83e commit 59a8317
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Gordo base image
FROM python:3.7.10-buster as builder
FROM python:3.7.11-buster as builder

# Copy source code
COPY . /code
Expand All @@ -25,6 +25,8 @@ RUN apt-get update && apt-get install -y \
libhogweed4=3.4.1-1+deb10u1 \
liblz4-1=1.8.3-1+deb10u1 \
libnettle6=3.4.1-1+deb10u1 \
libssl1.1=1.1.1d-0+deb10u7 \
openssl=1.1.1d-0+deb10u7 \
&& rm -rf /var/lib/apt/lists/*

# Nonroot user for running CMD
Expand Down
4 changes: 2 additions & 2 deletions requirements/full_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ gitpython==3.0.5 # via mlflow
google-auth-oauthlib==0.4.1 # via tensorboard
google-auth==1.10.1 # via google-auth-oauthlib, tensorboard
google-pasta==0.2.0 # via tensorflow
gordo-client==3.0.5 # via -r requirements.in
gordo-dataset==2.7.0 # via -r requirements.in, gordo-client
gordo-client==3.0.6 # via -r requirements.in
gordo-dataset==2.7.2 # via -r requirements.in, gordo-client
gorilla==0.3.0 # via mlflow
graphviz==0.13.2 # via catboost
grpcio==1.32.0 # via tensorboard, tensorflow
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ typing_extensions~=3.7
prometheus_client~=0.7.1
azure-identity~=1.4.0
PyYAML~=5.4
gordo-dataset~=2.7.0
gordo-dataset~=2.7.2
jeepney>=0.6
packaging~=20.7
pydantic>=1.7.4
gordo-client~=3.0.5
gordo-client~=3.0.6

0 comments on commit 59a8317

Please sign in to comment.