From 402cc225aa430ecc6ed8920ae0eefbca70cd1889 Mon Sep 17 00:00:00 2001 From: Valina Li Date: Tue, 15 Aug 2023 14:58:15 -0700 Subject: [PATCH] feat: fix docker build command on docker-fuzz Signed-off-by: Valina Li --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ccb9814d26..295073776b 100644 --- a/Makefile +++ b/Makefile @@ -369,7 +369,7 @@ sbom: spdx/spdx-sbom-generator -p /edgex-go/ -o /sbom/ --include-license-text true docker-fuzz: - docker build -f Dockerfile.fuzz -t fuzz-edgex-go:latest -f fuzz_test/Dockerfile.fuzz . + docker build -t fuzz-edgex-go:latest -f fuzz_test/Dockerfile.fuzz . fuzz-test-command: # not joining the edgex-network due to swagger file url pointing to localhost for fuzz testing in the container