build: add syntax parser directive to Dockerfile

This commit is contained in:
JamBalaya56562 2025-08-02 20:51:57 +09:00
parent 945e27f72c
commit bde379e521
No known key found for this signature in database
GPG Key ID: C026C8E3B54BF256

View File

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