🚑️(backend) fix CVEs in backend image

Use alpine version for production image instead of
debian in order to have less CVEs.
This commit is contained in:
Anthony LC
2024-09-30 10:37:09 +02:00
committed by Anthony LC
parent 8c9cb43097
commit b1f37495d6
2 changed files with 23 additions and 26 deletions

View File

@@ -9,6 +9,10 @@ and this project adheres to
## [Unreleased]
## Added
- ✨(ci) add security scan #291
## Changed
- 💄(frontend) error alert closeable on editor #284