Using ACF Pro plugin – How to get alt tags using repeater with Image ID? [duplicate]

I figured out the answer while doing some estimations. (and it was no where near to the suggested topics).

Change

alt="<?php echo $alt; ?>"

to

alt="https://wordpress.stackexchange.com/questions/321731/<?php echo $image["image']['alt']; ?>"