Remove MAINTAINER keyword from the Dockerfile as it became deprecated. Use LABEL keyword instead to indicate the maintainer.
@@ -1,7 +1,5 @@
FROM fedora:latest
-MAINTAINER Mustafa Arici (mustafa@arici.io)
-
+LABEL maintainer="Mustafa Arici (mustafa@arici.io)"
# Deps
RUN rpm --import https://mirror.go-repo.io/fedora/RPM-GPG-KEY-GO-REPO