mirror of https://github.com/MISP/misp-docker
Bump misp-core and misp-modules
parent
16ec637742
commit
b0bdfc7351
|
@ -33,9 +33,7 @@ FROM "${DOCKER_HUB_PROXY}python:3.11-slim-bullseye" as python-build
|
|||
cd /srv/misp-modules
|
||||
echo "pyeti" >> REQUIREMENTS
|
||||
echo "greynoise" >> REQUIREMENTS
|
||||
echo "git+https://github.com/abenassi/Google-Search-API" >> REQUIREMENTS
|
||||
sed -i '/validators.*/d' REQUIREMENTS
|
||||
sed -i 's/-e //g' REQUIREMENTS
|
||||
echo "Google-Search-API" >> REQUIREMENTS
|
||||
pip3 wheel -r REQUIREMENTS --no-cache-dir -w /wheels/
|
||||
rm -rf /srv/misp-modules
|
||||
EOF
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
# Build-time variables
|
||||
##
|
||||
|
||||
CORE_TAG=v2.4.192
|
||||
MODULES_TAG=v2.4.192
|
||||
CORE_TAG=v2.4.193
|
||||
MODULES_TAG=v2.4.193
|
||||
PHP_VER=20190902
|
||||
LIBFAUP_COMMIT=3a26d0a
|
||||
|
||||
|
|
Loading…
Reference in New Issue