Skip to content

Commit 1bf7d52

Browse files
authored
Merge pull request coreruleset#346 from theseion/update-buildx-target-in-docs
docs: update buildx targets
2 parents 2e60f87 + d621be3 commit 1bf7d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ docker buildx bake -f docker-bake.hcl
9595
To build a specific target for a single platform only (replace target and platform strings in the example with the your choices):
9696

9797
```bash
98-
docker buildx bake -f docker-bake.hcl --set "*.platform=linux/amd64" nginx-alpine
98+
docker buildx bake -f docker-bake.hcl --set "*.platform=linux/amd64" nginx-alpine-writable
9999
```
100100

101101
### Notes regarding Openresty version of the image

0 commit comments

Comments
 (0)