From 6e74e16afe7797b5ed737704428d84a7e41f14b1 Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Fri, 6 Jan 2023 15:07:18 +0100 Subject: [PATCH] v1.3.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d91d451..a6e80a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,7 +85,7 @@ dependencies = [ [[package]] name = "crisp-status-local" -version = "1.3.3" +version = "1.3.4" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index 24ed686..9abfe24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crisp-status-local" -version = "1.3.3" +version = "1.3.4" description = "Crisp Status local probe relay." readme = "README.md" license = "MPL-2.0" diff --git a/README.md b/README.md index 2e65f53..e67bb65 100644 --- a/README.md +++ b/README.md @@ -52,13 +52,13 @@ You might find it convenient to run Crisp Status Local via Docker. You can find First, pull the `crispim/crisp-status-local` image: ```bash -docker pull crispim/crisp-status-local:v1.3.3 +docker pull crispim/crisp-status-local:v1.3.4 ``` Then, seed it a configuration file and run it (replace `/path/to/your/crisp-status-local/config.cfg` with the path to your configuration file): ```bash -docker run -v /path/to/your/crisp-status-local/config.cfg:/etc/crisp-status-local.cfg crispim/crisp-status-local:v1.3.3 +docker run -v /path/to/your/crisp-status-local/config.cfg:/etc/crisp-status-local.cfg crispim/crisp-status-local:v1.3.4 ``` In the configuration file, ensure that: