Skip to content

Commit 53375eb

Browse files
authored
Fixed version in documentation (#403)
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
1 parent 0df3096 commit 53375eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Alternatively, we can do the same on the containerized version:
7979

8080
```
8181
docker run -p 3000:3000 -d -e REACT_APP_API_SERVER_URI='http://localhost:10000' -e REACT_APP_AUTH_SERVER_URI='http://localhost:8080' -e REACT_APP_KEYCLOAK_REALM='tornjak' -e
82-
REACT_APP_OIDC_CLIENT_ID='tornjak' ghcr.io/spiffe/tornjak-frontend:v1.5.0
82+
REACT_APP_OIDC_CLIENT_ID='tornjak' ghcr.io/spiffe/tornjak-frontend:v1.6.0
8383
`
8484
```
8585

0 commit comments

Comments
 (0)