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

build(deps): bump alpine from 3.21 to 3.22 (#263)



Bumps alpine from 3.21 to 3.22.

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

Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent b6a318f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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"