Unverified Commit 17a2f298 authored by renovate[bot]'s avatar renovate[bot] Committed by GitHub
Browse files

chore(deps): update alpine docker tag to v3.21 (#153)

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

ARG VERSION_OPENCORE="1.0.2"
ARG REPO_OPENCORE="https://github.com/acidanthera/OpenCorePkg"