aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorRuben ten Hove <git@rhtenhove.nl>2020-10-28 10:35:07 +0100
committerRuben ten Hove <git@rhtenhove.nl>2020-10-28 10:35:07 +0100
commit424438edfce9fd2be8b72f6d6242d6a44858a719 (patch)
treef9af0c8349188de348123e565542b3fb7d1ff1a0 /Dockerfile
parent868cb61ea6a2949e80e8a94fe7b19229bebecd10 (diff)
downloadAFLplusplus-424438edfce9fd2be8b72f6d6242d6a44858a719.tar.gz
stop using deprecated MAINTAINER instruction, use LABEL instead
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
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