Unverified Commit ece5549b authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

build(deps): bump alpine from 3.23 to 3.24



Bumps alpine from 3.23 to 3.24.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: '3.24'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 9b5f5bac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# syntax=docker/dockerfile:1

FROM --platform=$BUILDPLATFORM alpine:3.23 AS builder
FROM --platform=$BUILDPLATFORM alpine:3.24 AS builder

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