We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbdee36 commit 9d95b9aCopy full SHA for 9d95b9a
modules/Dockerfile
@@ -36,7 +36,7 @@ EOF
36
37
WORKDIR /srv/misp-modules
38
RUN pip install poetry
39
- 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
40
RUN poetry lock
41
RUN poetry self add poetry-plugin-export
42
RUN poetry export --with unstable --without-hashes -f requirements.txt -o requirements.txt
template.env
@@ -3,7 +3,7 @@
3
##
4
5
CORE_TAG=v2.5.7
6
-MODULES_TAG=v2.4.199
+MODULES_TAG=v2.4.200
7
PHP_VER=20220829
8
LIBFAUP_COMMIT=3a26d0a
9
0 commit comments