FROM sets the base image starting from which the image is built.
FROM image
FROM image:tag FROM image@digest FROM must be the first non-comment instruction in the Dockerfile
FROM image@digest
FROM must be the first non-comment instruction in the Dockerfile