Skip to content

Commit

Permalink
Bump misp-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ostefano committed Feb 24, 2025
1 parent bbdee36 commit 9d95b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion template.env
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9d95b9a

Please sign in to comment.