|
|
|
|
|
by driverdan
4258 days ago
|
|
> Pin package versions This is true for any packages you use, not just Docker. For example, rails gems. If you don't pin them your app will break at some point on an update. Always manually update packages and test before deploying. |
|