build: Add syntax parser directive to Dockerfile (#1323)
Some checks failed
Build / Test (push) Has been cancelled
Update / dockerHubDescription (push) Has been cancelled
Build / Build (push) Has been cancelled

* build: Add `syntax` parser directive to Dockerfile
This commit is contained in:
Jam Balaya 2025-08-28 04:11:40 +09:00 committed by GitHub
parent 21f533ece8
commit 032d7a31a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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