Update README.md

This commit is contained in:
Ash Leece 2023-09-19 14:36:04 +00:00
parent fffd4fefbb
commit 12440afe92
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
## Build
```bash
docker build --build-arg VERSION=v10.5.2 -t cyberchef:v10.5.2 .
docker buildx build --build-arg VERSION=v10.5.2 -t git.leece.im/ash/cyberchef:latest --platform linux/amd64,linux/arm64 . --push
```