Cyb3rWard0g / HELK

The Hunting ELK
GNU General Public License v3.0
3.75k stars 680 forks source link

Freeze docker-compose version due to glibc incompatibility in newer docker-compose #539

Closed dev-id closed 3 years ago

dev-id commented 3 years ago

What is this PR for? Version 1.28 of docker-compose uses a newer version of glibc than the supported CentOS and Ubuntu versions. This PR forces version 1.27.4 of docker-compose to keep compatibility with the supported distros. Fixes #538

What type of PR is it? [Bug Fix]

How should this be tested? Run helk_install.sh

Questions:

Cyb3rWard0g commented 3 years ago

Thank you @dev-id !