mirror of
https://github.com/dockur/windows.git
synced 2025-09-01 03:21:51 +00:00
build: Add syntax
parser directive to Dockerfile (#1323)
* build: Add `syntax` parser directive to Dockerfile
This commit is contained in:
parent
21f533ece8
commit
032d7a31a4
@ -1,3 +1,5 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
ARG VERSION_ARG="latest"
|
||||
FROM scratch AS build-amd64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user