Update Dockerfile handling to keep parser directives at the top
Signed-off-by: CrazyMax <google@crazymax.dev>
This commit is contained in:
3
testdata/initial/file2.Dockerfile
vendored
Normal file
3
testdata/initial/file2.Dockerfile
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# syntax=docker/dockerfile:1.3
|
||||
FROM scratch
|
||||
CMD ["echo", "hello world"]
|
||||
Reference in New Issue
Block a user