diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 246564bc..70499f1e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem. **Ennvironment:** - OS: [e.g. macOS, Ubuntu] -- Kiosk version: [e.g. 1.6.0] +- Kiosk version: [e.g. 1.7.0] - `kubectl version`: - `helm version`: - `helmfile version`: diff --git a/README.md b/README.md index d42b9b59..47b3dcce 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Tracked Image Start a terminal shell and install the DeepCell Kiosk wrapper script: ```bash -docker run -e DOCKER_TAG=1.6.0 vanvalenlab/kiosk-console:1.6.0 | sudo bash +docker run -e DOCKER_TAG=1.7.0 vanvalenlab/kiosk-console:1.7.0 | sudo bash ``` To start the kiosk, just run `kiosk-console` from the terminal shell. diff --git a/docs/source/GETTING_STARTED.rst b/docs/source/GETTING_STARTED.rst index 0b0850d3..3d979735 100644 --- a/docs/source/GETTING_STARTED.rst +++ b/docs/source/GETTING_STARTED.rst @@ -114,7 +114,7 @@ You are now ready to start the Kiosk! .. code-block:: bash - docker run -e DOCKER_TAG=1.6.0 vanvalenlab/kiosk-console:1.6.0 | sudo bash + docker run -e DOCKER_TAG=1.7.0 vanvalenlab/kiosk-console:1.7.0 | sudo bash .. note:: This command and the one that follows may need to be preceded by `sudo` depending on your permission settings. This will require you to enter your password.