feat: Add syntax parser directive (#1003)

This commit is contained in:
Kroese 2025-08-27 21:29:28 +02:00 committed by GitHub
parent 520c70ab22
commit bee68ee548
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1
FROM qemux/qemu-host:2.05 AS builder FROM qemux/qemu-host:2.05 AS builder
# FROM golang as builder # FROM golang as builder