* build: Add `syntax` parser directive to Dockerfile
@@ -1,3 +1,5 @@
+# syntax=docker/dockerfile:1
+
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64