build: Update OpenCore to 1.0.3 (#190)
Some checks failed
Build / Test (push) Has been cancelled
Build / Build (push) Has been cancelled

This commit is contained in:
Kroese 2025-02-17 19:15:30 +01:00 committed by GitHub
parent eb50bf405a
commit 82865eb6d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
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