Skip to content

Commit

Permalink
Update RELEASENOTES-DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady authored Dec 23, 2024
1 parent f7401ec commit 8e12f46
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions RELEASENOTES-DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 4.3.6-dev-9-gf7401ec7
==
**Docker Build Optimisation**
Improve the Dockerfile build sequences as follows:
1. Build each dependency in a separate stage, facilitating parallel builds.
2. Define default value for ARGS, permitting easier local docker builds.
3. Clone the specified branch only (depth), getting data faster.
4. Copy files in a one-off command, reducing the amount of Docker layers created.

Many thanks to [David Girón](https://github.com/duhow) for the [PR](https://github.com/mikebrady/shairport-sync/pull/1945).

Version 4.3.6-dev-3-ge4d3c6f7
==
**Bug Fix**
Expand Down

0 comments on commit 8e12f46

Please sign in to comment.