ARG before FROM in dockerfile

Please provide a source image with `from` prior to commit

I get this error when my dockerfile starts with ARG then from

it starts something like this

ARG image=ubuntu:22.04
FROM $image

docker should actually allow ARGs before a FROM