Update submodules and Docker for IntelMQ 3.2

This commit is contained in:
Kamil Mankowski
2023-07-20 16:53:21 +02:00
parent 7c69331d59
commit 90e696543f
6 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ echo Api : $git_ref_api
echo Build_date: $build_date
# build static html
cd ./intelmq-manager && python3 setup.py build && cd ..
cd ./intelmq-manager && python3 -m pip install . && intelmq-manager-build && cd ..
docker build --build-arg BUILD_DATE=$build_date \
--build-arg VCS_REF="IntelMQ-Manager=$git_ref_manager" \