diff --git a/docker/Dockerfile b/docker/Dockerfile index 5e83229..e1b5350 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.0a14.tar.gz && \ +RUN curl -sSL -o tmp.tar.gz --retry 10 https://github.com/jtracker-io/jt-cli/archive/0.2.0a15.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 b194362..e41ef7f 100644 --- a/jtracker/__init__.py +++ b/jtracker/__init__.py @@ -1 +1 @@ -__version__ = '0.2.0a14' +__version__ = '0.2.0a15'