Browse Source

Use Label instruction

Michael Kanchuker 4 years ago
parent
commit
b88e0a6e6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      create_dockerfile.sh

+ 1 - 1
create_dockerfile.sh

@@ -9,7 +9,7 @@ create_dockerfile() {
   cat >"${DOCKERFILE}" <<EOF
   cat >"${DOCKERFILE}" <<EOF
 FROM ${base}:${dist}
 FROM ${base}:${dist}
 
 
-MAINTAINER Victor Seva <[email protected]>
+LABEL maintainer="Victor Seva <[email protected]>"
 
 
 # Important! Update this no-op ENV variable when this Dockerfile
 # Important! Update this no-op ENV variable when this Dockerfile
 # is updated with the current date. It will force refresh of all
 # is updated with the current date. It will force refresh of all