diff --git a/modules/Dockerfile b/modules/Dockerfile index 0af37a1..76c0d0b 100644 --- a/modules/Dockerfile +++ b/modules/Dockerfile @@ -36,7 +36,7 @@ EOF WORKDIR /srv/misp-modules RUN pip install poetry - RUN sed -i "s/^python = .*/python = \"$(python -c 'import platform; print(platform.python_version())')\"/" pyproject.toml + RUN sed -i "s/^requires-python = .*/requires-python = \"$(python -c 'import platform; print(platform.python_version())')\"/" pyproject.toml RUN poetry lock RUN poetry self add poetry-plugin-export RUN poetry export --with unstable --without-hashes -f requirements.txt -o requirements.txt diff --git a/template.env b/template.env index b04d3ca..78b3127 100644 --- a/template.env +++ b/template.env @@ -3,7 +3,7 @@ ## CORE_TAG=v2.5.7 -MODULES_TAG=v2.4.199 +MODULES_TAG=v2.4.200 PHP_VER=20220829 LIBFAUP_COMMIT=3a26d0a