From ee733b045ad90b913f293a9cf65c964f690c8902 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sun, 1 Mar 2026 13:34:41 +0100 Subject: [PATCH] corrected BiB --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 979614c..6388401 100644 --- a/Justfile +++ b/Justfile @@ -1,6 +1,6 @@ export image_name := env("IMAGE_NAME", "fluffy-pancake") export default_tag := env("DEFAULT_TAG", "stable") -export bib_image := env("BIB_IMAGE", "quay.io/centos-bootc/bootc-image-builder:latest@sha256:903c01d110b8533f8891f07c69c0ba2377f8d4bc7e963311082b7028c04d529d") +export bib_image := env("BIB_IMAGE", "quay.io/centos-bootc/bootc-image-builder:latest") alias build-vm := build-qcow2 alias rebuild-vm := rebuild-qcow2