Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 8aa24a3

Browse files
committed
chore: docs, fixing build
1 parent 2546570 commit 8aa24a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ EXTRACT_CONTAINER_NAME=modsecurity-wasm-filter-static-extract
55
build-wasm-plugin-static:
66
sed -i 's/envoy-wasm-modsecurity-dynamic/envoy-wasm-modsecurity/' ../wasmplugin/Dockerfile
77
sed -i 's/envoy-wasm-modsecurity-dynamic/envoy-wasm-modsecurity/' ../wasmplugin/Makefile
8-
docker build --platform linux/amd64 -t $(IMAGE_NAME):$(IMAGE_VERSION) -f ../wasmplugin/Dockerfile ../wasmplugin --build-arg MODSEC_SHA=a3454df9b09a8de16d41be10cdea4fc46ef08e91
8+
docker build --platform linux/amd64 -t $(IMAGE_NAME):$(IMAGE_VERSION) -f ../wasmplugin/Dockerfile ../wasmplugin
99
# Go back to old state
1010
cd ../wasmplugin; git checkout .
1111

0 commit comments

Comments
 (0)