From 387815b93bc68112a31bd13c2efc8a409fe76d3b Mon Sep 17 00:00:00 2001 From: Mar Alegre Date: Sun, 27 Jul 2025 20:23:44 -0400 Subject: [PATCH] add pull option to rebuild so that it always pulls latest version --- .install/bin/pdm-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.install/bin/pdm-build b/.install/bin/pdm-build index 1ed5e77..ef724a3 100755 --- a/.install/bin/pdm-build +++ b/.install/bin/pdm-build @@ -87,7 +87,7 @@ if [[ $opt_squash -eq 1 ]]; then buildopts="$buildopts --squash-all" fi if [[ $opt_redo -eq 1 ]]; then - buildopts="$buildopts --no-cache" + buildopts="$buildopts --no-cache --pull" fi # tell buildah to build images in docker format instead of the default OCI format