소스 검색

build: Add `syntax` parser directive to Dockerfile (#1323)

* build: Add `syntax` parser directive to Dockerfile
Jam Balaya 7 달 전
부모
커밋
032d7a31a4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -1,3 +1,5 @@
+# syntax=docker/dockerfile:1
+
 ARG VERSION_ARG="latest"
 FROM scratch AS build-amd64