From 8d08e5e70654314660d4ecc73925d7285bb8d9e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 03:45:51 +0000 Subject: [PATCH] chore(deps): update almalinux docker tag to v10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6aec7f83..4705758d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ ENV CGO_ENABLED=0 RUN go build -o /usr/sbin/getbiosconfig examples/biosconfig/biosconfig.go RUN go build -o /usr/sbin/getinventory examples/inventory/inventory.go -FROM almalinux:9-minimal AS base +FROM almalinux:10-minimal AS base FROM base AS deps # Configure microdnf to avoid installing unwanted packages