izar / pytm

A Pythonic framework for threat modeling
Other
876 stars 165 forks source link

Correct base image to use Python's Alpine image #197

Closed xee5ch closed 2 years ago

xee5ch commented 2 years ago

As it stands, the current image is slim, which is Debian-based. This minor correction will use the -alpine flavor of official Python docker images so the apk commands work.

Closes #196.

ghost commented 2 years ago
👇 Click on the image for a new way to code review - Make big changes easier — review code in small groups of related files - Know where to start — see the whole change at a glance - Take a code tour — explore the change with an interactive tour - Make comments and review — all fully sync’ed with github [Try it now!](https://app.codesee.io/r/reviews?pr=197&src=https%3A%2F%2Fgithub.com%2Fizar%2Fpytm)

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map Legend

izar commented 2 years ago

Changed to -slim due to a Snyk alert. Must have not tested, my bad. Reverting. Thanks for the PR!