From 3466c41e91bd8a25f264eda1423f333e95c5b219 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 13 Jul 2018 16:12:49 -0400 Subject: [PATCH] Fix Maintainer Deprecation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1513b83..d3b0505 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # ---------------------------------- FROM frolvlad/alpine-mono -MAINTAINER Pterodactyl Software, +LABEL author="Pterodactyl Software" maintainer="support@pterodactyl.io" RUN apk add --update --no-cache openssl curl sqlite \ && adduser -D -h /home/container container