mirror of
https://github.com/docker/docs.git
synced 2026-03-30 07:48:52 +07:00
Permissions after an ADD or COPY build instructions are now restricted to the scope of files potentially modified by the operation rather than the entire impacted tree. Fixes #9401. Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>