From eebbf959ab813a7e0c36b801ac8f63de7257749f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 21:21:45 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.22 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 47561f2..a621c22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM alpine:3.21 AS builder +FROM --platform=$BUILDPLATFORM alpine:3.22 AS builder ARG VERSION_OPENCORE="1.0.4" ARG REPO_OPENCORE="https://github.com/acidanthera/OpenCorePkg"