hardening docker image

remove the python packages setuptools, wheel and pip from
final image to reduce the attack surface
This commit is contained in:
Stefan Allius
2023-11-13 20:47:14 +01:00
parent a47ebb1511
commit 690c66a13a
2 changed files with 12 additions and 11 deletions

View File

@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- remove python packages setuptools, wheel, pip from final image to reduce the attack surface
## [0.5.3] - 2023-11-12
- remove apk packet manager from the final image