feat: Add syntax parser directive (#286)

This commit is contained in:
Kroese 2025-08-27 21:39:13 +02:00 committed by GitHub
parent fa9319e74e
commit db7d2d32a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1
FROM --platform=$BUILDPLATFORM alpine:3.22 AS builder
ARG VERSION_OPENCORE="1.0.4"