diff --git a/docker/Dockerfile b/docker/Dockerfile index 1eedd9c..48e85e1 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get -yqq update && \ apt-get -yqq install python-pip && \ pip --quiet install requests -RUN curl -sSL -o tmp.tar.gz --retry 10 https://github.com/jtracker-io/jt-cli/archive/0.2.0a24.tar.gz && \ +RUN curl -sSL -o tmp.tar.gz --retry 10 https://github.com/jtracker-io/jt-cli/archive/0.2.0a26.tar.gz && \ mkdir -p /tmp/jt-cli && \ tar -C /tmp/jt-cli --strip-components 1 -zxf tmp.tar.gz && \ apt-get -yqq install python3-pip && \ diff --git a/jtracker/__init__.py b/jtracker/__init__.py index 1fa0276..bb42141 100644 --- a/jtracker/__init__.py +++ b/jtracker/__init__.py @@ -1 +1 @@ -__version__ = '0.2.0a25' +__version__ = '0.2.0a26'