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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-20 15:19:57 +01:00 committed by GitHub
parent 5cae89f75f
commit 17a2f29834
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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