Skip to content

Commit

Permalink
Bump misp-core and misp-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ostefano committed Jun 7, 2024
1 parent 16ec637 commit b0bdfc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions modules/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions template.env
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b0bdfc7

Please sign in to comment.