Skip to content

Commit

Permalink
Default to docker image v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danifr committed Sep 6, 2024
1 parent c25f5a7 commit a9f254b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ python get_keycloak_docs.py -v --format epub --output /tmp/keycloak_docs.epub
### 🐋 Run it on a Container (recommended option)

```
sudo docker run -i -t --rm -v /tmp/keycloak_docs/:/output dafero/get-keycloak-docs:v2.1.1
sudo docker run -i -t --rm -v /tmp/keycloak_docs/:/output dafero/get-keycloak-docs:v2.1.2
```

> Note: the resulting file will be created in `/tmp/keycloak_docs/keycloak_docs.epub` on your local machine
Expand Down

0 comments on commit a9f254b

Please sign in to comment.