From 78e419c4c5a100455255b5e47182838621ceb759 Mon Sep 17 00:00:00 2001 From: Stefano Ortolani Date: Tue, 11 Jul 2023 13:18:47 +0100 Subject: [PATCH] Bump version --- modules/Dockerfile | 9 +-------- template.env | 4 ++-- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/modules/Dockerfile b/modules/Dockerfile index ff63bff..f6cb65e 100644 --- a/modules/Dockerfile +++ b/modules/Dockerfile @@ -28,6 +28,7 @@ FROM "${DOCKER_HUB_PROXY}python:3.9-slim-bullseye" as python-build echo "pyeti" >> REQUIREMENTS; \ echo "greynoise" >> REQUIREMENTS; \ echo "git+https://github.com/abenassi/Google-Search-API" >> REQUIREMENTS; \ + sed -i 's|apiosintds.*|git+https://github.com/davidonzo/apiosintDS\@misp|g' REQUIREMENTS; \ sed -i 's/-e //g' REQUIREMENTS; \ pip3 wheel -r REQUIREMENTS --no-cache-dir -w /wheels/ @@ -59,14 +60,6 @@ FROM "${DOCKER_HUB_PROXY}python:3.9-slim-bullseye" # and skip the pre-compiled blob to improve compatibility with other architectures like ARM RUN sed -i s/LoadLibrary\(LOAD_LIB\)/LoadLibrary\(\"\\/usr\\/local\\/lib\\/libfaupl.so\"\)/ \ /usr/local/lib/python3.9/site-packages/pyfaup/__init__.py - - # Remove double logging configuration from 'apiosintDS' - RUN sed -i "/logging.basicConfig/d" \ - /usr/local/lib/python3.9/site-packages/apiosintDS/apiosintDS.py; \ - sed -i "/logging.basicConfig/d" \ - /usr/local/lib/python3.9/site-packages/apiosintDS/modules/dosearch.py; \ - sed -i "/logging.basicConfig/d" \ - /usr/local/lib/python3.9/site-packages/apiosintDS/modules/listutils.py # Disable (all) warnings raised when using 'future' RUN sed -i '/import sys/a import warnings\nwarnings.warn = lambda *args, **kwargs: None' \ diff --git a/template.env b/template.env index abb7fb3..53d734a 100644 --- a/template.env +++ b/template.env @@ -1,5 +1,5 @@ -MISP_TAG=v2.4.172 -MODULES_TAG=v2.4.172 +MISP_TAG=v2.4.173 +MODULES_TAG=v2.4.173 PHP_VER=20190902 # MISP_COMMIT takes precedence over MISP_TAG # MISP_COMMIT=c56d537