Skip to content

Commit 9d95b9a

Browse files
committed
Bump misp-modules
1 parent bbdee36 commit 9d95b9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ EOF
3636

3737
WORKDIR /srv/misp-modules
3838
RUN pip install poetry
39-
RUN sed -i "s/^python = .*/python = \"$(python -c 'import platform; print(platform.python_version())')\"/" pyproject.toml
39+
RUN sed -i "s/^requires-python = .*/requires-python = \"$(python -c 'import platform; print(platform.python_version())')\"/" pyproject.toml
4040
RUN poetry lock
4141
RUN poetry self add poetry-plugin-export
4242
RUN poetry export --with unstable --without-hashes -f requirements.txt -o requirements.txt

template.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##
44

55
CORE_TAG=v2.5.7
6-
MODULES_TAG=v2.4.199
6+
MODULES_TAG=v2.4.200
77
PHP_VER=20220829
88
LIBFAUP_COMMIT=3a26d0a
99

0 commit comments

Comments
 (0)