diff options
author | Ruben ten Hove <git@rhtenhove.nl> | 2020-10-28 10:35:07 +0100 |
---|---|---|
committer | Ruben ten Hove <git@rhtenhove.nl> | 2020-10-28 10:35:07 +0100 |
commit | 424438edfce9fd2be8b72f6d6242d6a44858a719 (patch) | |
tree | f9af0c8349188de348123e565542b3fb7d1ff1a0 | |
parent | 868cb61ea6a2949e80e8a94fe7b19229bebecd10 (diff) | |
download | afl++-424438edfce9fd2be8b72f6d6242d6a44858a719.tar.gz |
stop using deprecated MAINTAINER instruction, use LABEL instead
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 64b04ba6..b4e45087 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # FROM ubuntu:20.04 AS aflplusplus -MAINTAINER afl++ team <afl@aflplus.plus> +LABEL "maintainer"="afl++ team <afl@aflplus.plus>" LABEL "about"="AFLplusplus docker image" ARG DEBIAN_FRONTEND=noninteractive |