Bump misp-core and misp-modules

pull/70/head
Stefano Ortolani 2024-06-07 11:32:12 +01:00
parent 16ec637742
commit b0bdfc7351
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -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