From 514587a50cf938b4d5018337379c8460d66dd7ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 23:04:46 +0000 Subject: [PATCH] chore(deps): bump alpine from 3.23 to 3.24 in /image-factory 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: dependabot[bot] --- image-factory/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-factory/Dockerfile b/image-factory/Dockerfile index baad26a..31af1aa 100644 --- a/image-factory/Dockerfile +++ b/image-factory/Dockerfile @@ -5,7 +5,7 @@ # an x86_64 stage and carried into whichever architecture this image is built # for. Both packages hold nothing but /usr/lib/grub// - target data, no # host binaries - which is what makes the copy sound. -FROM --platform=linux/amd64 alpine:3.23 AS grub-x86_64 +FROM --platform=linux/amd64 alpine:3.24 AS grub-x86_64 RUN apk add --no-cache grub-bios grub-efi FROM docker:29.8.0-alpine3.24