diff --git a/scripts/check_containers.sh b/scripts/check_containers.sh index 2cf7da8f76..57b3200385 100755 --- a/scripts/check_containers.sh +++ b/scripts/check_containers.sh @@ -11,7 +11,7 @@ diff_latest() { # Decide which docker compose command to use: if diff_latest | grep -i dockerfile > /dev/null then - echo "build --pull" + echo "build --no-cache --pull" else echo "pull --ignore-pull-failures" fi