From db718c146601f4f02c3d172ab2924b648b9e8359 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 Feb 2026 20:11:00 +0000 Subject: [PATCH] chore(deps): update quay.io/fedora/fedora docker tag to v45 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 3950ee4..cbd4219 100644 --- a/Containerfile +++ b/Containerfile @@ -10,7 +10,7 @@ ARG HOST_SPAWN_VERSION=v1.6.2 ARG MARCH=aarch64 ADD https://github.com/1player/host-spawn/releases/download/${HOST_SPAWN_VERSION}/host-spawn-${MARCH} /host-spawn -FROM quay.io/fedora/fedora:43 +FROM quay.io/fedora/fedora:45@sha256:3d3ac1dd3194a1d11ff24e83f969d068c31c69f39a29a3b8a12380d4f0f34ced ARG TARGETARCH WORKDIR /tmp