v1.7.0 - layered docker builds
v1.7.0 (2020-03-16)
Layered docker builds
After many attempts and years of workarounds thanks to (ppiotrow) sbt native packager now ships with a built in solution to layer your application for better docker cache usage.
This feature is active by default. You can deactivate it by adding this to your build.sbt
dockerLayerGrouping in Docker := (_ => None)
See #1310 for more details.
Fixed bugs
- Release of 1.6.2 failed #1313