Skip to content

Commit 0767155

Browse files
authored
Update to latest console release (#155)
1 parent 112959e commit 0767155

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ It ingests log data via HTTP POST calls and exposes a query API to search and an
4646
## Getting Started
4747

4848
### Docker
49-
Parseable docker image is available on [Docker hub](https://hub.docker.com/r/parseable/parseable). Please remember to change the environment variables as relevant.
49+
Parseable docker image is available on [Docker hub](https://hub.docker.com/r/parseable/parseable). Please change the environment variables as relevant.
5050

5151
```sh
5252
cat << EOF > parseable-env

server/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ rstest = "0.15.0"
6565
serial_test = { version = "0.9.0", default-features = false }
6666

6767
[package.metadata.parseable_ui]
68-
assets-url = "https://github.com/parseablehq/console/releases/download/v0.0.7/build.zip"
69-
assets-sha1 = "3167f4d4a01c06b4dd0ea9b5e30c67442ce12186"
68+
assets-url = "https://github.com/parseablehq/console/releases/download/v0.0.8/build.zip"
69+
assets-sha1 = "d8d2691203abd8fa57868b4b866e9016222bcdd8"

0 commit comments

Comments
 (0)