CrowdStrike / falcon-integration-gateway

Falcon Integration Gateway (FIG)
The Unlicense
18 stars 17 forks source link

fix: update dockerfile + python deps #166

Closed carlosmmatos closed 11 months ago

carlosmmatos commented 11 months ago

Pin image used to build container to prevent container build issues. Newer images are now using python 3.12 which falconpy currently does not support. There's also an issue now with building python packages with gcc. This PR uses the last known good SHA prior to the breaking changes.