Skip to content

Commit c6bdb0f

Browse files
authored
fix docker tag in release notes (#366)
1 parent d3015ea commit c6bdb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/references/release-notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- Ragna now has an official [docker](https://www.docker.com/) image. Try it with
2424

2525
```
26-
$ docker run -p 31476:31476 -p 31477:31477 quay.io/quansight/ragna:latest
26+
$ docker run -p 31476:31476 -p 31477:31477 quay.io/quansight/ragna:0.2.0
2727
```
2828

2929
The web UI can be accessed under `http://localhost:31477`.

0 commit comments

Comments
 (0)