From 7357db000b238d80617ddf2d13aac3d1e1325185 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:36:44 +0000 Subject: [PATCH] Update alpine Docker tag to v3.24 --- Dockerfile | 2 +- macos/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 341a216..f52f564 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM alpine:3.22 +FROM alpine:3.24 LABEL maintainer="you@example.com" LABEL purpose="Unified Dockerfile for Dependabot dependency tracking" diff --git a/macos/Dockerfile b/macos/Dockerfile index da1e86b..cc55373 100755 --- a/macos/Dockerfile +++ b/macos/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM --platform=$BUILDPLATFORM alpine:3.22 AS builder +FROM --platform=$BUILDPLATFORM alpine:3.24 AS builder ARG VERSION_OPENCORE="1.0.4" ARG REPO_OPENCORE="https://github.com/acidanthera/OpenCorePkg"