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