Skip to content

Commit

Permalink
fix wrong docker tag in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Nov 13, 2024
1 parent 2b3459f commit 8f4c5d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@ You can also use the available Docker image:

```ruby
# just start it from the directory of your project
docker run -it --rm -v $(pwd):/app boxblinkracer/phpunuhi:dev-master validate:all
docker run -it --rm -v $(pwd):/app boxblinkracer/phpunuhi:dev-main validate:all

# you can provide all arguments, just like with the composer version
docker run -it --rm -v $(pwd):/app boxblinkracer/phpunuhi:dev-master validate:all --configuration=./phpunuhi.xml
docker run -it --rm -v $(pwd):/app boxblinkracer/phpunuhi:dev-main validate:all --configuration=./phpunuhi.xml
```

> Here is a list of all available Docker versions: https://registry.hub.docker.com/r/boxblinkracer/phpunuhi/tags
Expand Down

0 comments on commit 8f4c5d4

Please sign in to comment.