From 155aa4fce69b5bdf1e67a14d341a96599b8e13b5 Mon Sep 17 00:00:00 2001 From: Jason DeTiberus <915544+detiber@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:10:21 -0500 Subject: [PATCH] [chore] add "--pull newer" to build recipe --- Justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Justfile b/Justfile index da9de38..8e664f1 100644 --- a/Justfile +++ b/Justfile @@ -99,6 +99,7 @@ build $target_image=image_name $tag=default_tag: podman build \ "${BUILD_ARGS[@]}" \ "${LABELS[@]}" \ + --pull=newer \ --tag "${image_name}:${tag}" \ .