Height and width attribute not setting by the_post_thumbnail

In the 2nd attribute of the_post_thumbnail() you can give additional attributes for the image.

the_post_thumbnail( 'postbox-thumb', array( 'width' => 100, 'height' => 100 ) )

I’ve just checked it again the width and height are set in the latest WP Versions,
so you might have just to update your WordPress installation.