We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a410d8a commit 08255c5Copy full SHA for 08255c5
Dockerfile
@@ -1,6 +1,6 @@
1
FROM --platform=$BUILDPLATFORM alpine:3.21 AS builder
2
3
-ARG VERSION_OPENCORE="1.0.3"
+ARG VERSION_OPENCORE="1.0.4"
4
ARG REPO_OPENCORE="https://github.com/acidanthera/OpenCorePkg"
5
ADD $REPO_OPENCORE/releases/download/$VERSION_OPENCORE/OpenCore-$VERSION_OPENCORE-RELEASE.zip /tmp/opencore.zip
6
0 commit comments