Explorar o código

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

* build: Add `syntax` parser directive to Dockerfile
Jam Balaya hai 5 meses
pai
achega
032d7a31a4
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

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