MAINTAINER keyword became deprecated and it is better to use LABEL keyword followed by key=value.
ENV keyword is now using "=" to assign environment variables to their values like: ENV key=value.
It is better to define the dockerfile in the first line by this comment:
# syntax=docker/dockerfile:1
MAINTAINER keyword became deprecated and it is better to use LABEL keyword followed by key=value. ENV keyword is now using "=" to assign environment variables to their values like: ENV key=value. It is better to define the dockerfile in the first line by this comment: # syntax=docker/dockerfile:1