Skip to content

Commit

Permalink
docs: Update README.md (#131)
Browse files Browse the repository at this point in the history
Fix: vunlz -> vulnz
  • Loading branch information
ioritz1993 authored Jan 30, 2024
1 parent 7e51fa6 commit 281735b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vulnz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ Assuming the current version is `5.1.1`

```bash
export TARGET_VERSION=5.1.1
./gradlew vunlz:build -Pversion=$TARGET_VERSION
docker build vunlz/ -t ghcr.io/jeremylong/vulnz:$TARGET_VERSION --build-arg BUILD_VERSION=$TARGET_VERSION
./gradlew vulnz:build -Pversion=$TARGET_VERSION
docker build vulnz/ -t ghcr.io/jeremylong/vulnz:$TARGET_VERSION --build-arg BUILD_VERSION=$TARGET_VERSION
```

### Release
Expand Down

0 comments on commit 281735b

Please sign in to comment.