refactor(Docker)!: 💥 Changes Dockerfile to more closely adhere to best practice #4

Merged
florian merged 1 commits from fix/3/dockerfile-best-practice into main 2024-01-12 20:18:37 +01:00

1 Commits

Author SHA1 Message Date
Florian Beisel e19b8dfc7c
refactor(Docker): 💥 Changes Dockerfile to more closely adhere to best practice
Test Changes on Push / build-vet-test (push) Successful in 21s Details
This commit changes the Dockerfile to adhere closer to the standards set by tools like Sonarqube et al. It enforces the usage of a nonroot user, copies files explicitly between build stages and makes the binary filename consistent with our binary releases

fix: #3
2024-01-12 20:12:34 +01:00