Unverified Commit 82865eb6 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Update OpenCore to 1.0.3 (#190)

parent eb50bf40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM --platform=$BUILDPLATFORM alpine:3.21 AS builder

ARG VERSION_OPENCORE="1.0.2"
ARG VERSION_OPENCORE="1.0.3"
ARG REPO_OPENCORE="https://github.com/acidanthera/OpenCorePkg"
ADD $REPO_OPENCORE/releases/download/$VERSION_OPENCORE/OpenCore-$VERSION_OPENCORE-RELEASE.zip /tmp/opencore.zip