Sfoglia il codice sorgente

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

* build: Add `syntax` parser directive to Dockerfile
Jam Balaya 2 settimane fa
parent
commit
032d7a31a4
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

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