diff --git a/Dockerfile b/Dockerfile index fd5d8d54..98c4c77c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.9 -RUN pip install telliot-feeds==0.1.6 +RUN pip install telliot-feeds==0.1.8 CMD echo "telliot image built"