Skip to content

Commit

Permalink
Fix docker pull for v1.1.0 and invalid link
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Sep 24, 2024
1 parent 44900bf commit 7170af2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/qsa-api/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ $ . venv/bin/activate
A prebuilt image can be found on `ghcr.io/pblottiere/qsa`:

```` shell
$ docker pull ghcr.io/pblottiere/qsa:1.0.0
$ docker pull ghcr.io/pblottiere/qsa:1.1.0
````

Otherwise the image can manually be built using:
`docker build -t my-custom-qsa-image .`. See [Sandbox](sandbox/) for details
how to use it.
`docker build -t my-custom-qsa-image .`. See [Sandbox](../sandbox/index.html)
for details how to use it.

0 comments on commit 7170af2

Please sign in to comment.