From 82865eb6d5080e8925a478bfce4a22d2497a1fdf Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 17 Feb 2025 19:15:30 +0100 Subject: [PATCH] build: Update OpenCore to 1.0.3 (#190) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ccecdd5..3008492 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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