mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
feat: Add syntax parser directive (#286)
This commit is contained in:
parent
fa9319e74e
commit
db7d2d32a4
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM --platform=$BUILDPLATFORM alpine:3.22 AS builder
|
||||
|
||||
ARG VERSION_OPENCORE="1.0.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue