Skip to content

dockerfile/1.12.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 23:58
· 51 commits to master since this release
e4da654

Usage

# syntax=docker.io/docker/dockerfile-upstream:1.12.1

Notable changes

  • Fix issue where replacing named contexts would not work correctly if the stage was a child stage (regression v1.11) #5596
  • Fix issue where ONBUILD instructions would erroneously run for a second time in child stages (regression v1.11) #5593