This commit is contained in:
dependabot[bot] 2025-12-08 21:09:13 +00:00 committed by GitHub
commit 1dd24cf410
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM --platform=$BUILDPLATFORM alpine:3.22 AS builder
FROM --platform=$BUILDPLATFORM alpine:3.23 AS builder
ARG VERSION_OPENCORE="1.0.4"
ARG REPO_OPENCORE="https://github.com/acidanthera/OpenCorePkg"