This repository was archived by the owner on Dec 30, 2025. It is now read-only.
Commit ddc67b2
committed
chore(Containerfile): remove specific version constraints for system dependencies
Remove version constraints for system dependencies in the Containerfile
to simplify maintenance and ensure compatibility with the latest security
updates. This change allows the container to always use the most recent
versions of the packages, reducing the risk of vulnerabilities and
improving the overall security posture of the application.1 parent f19eeec commit ddc67b2
1 file changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments