From 5da288407f508848a60804a77d18b9c257170ea9 Mon Sep 17 00:00:00 2001 From: lawtancool <26829131+lawtancool@users.noreply.github.com> Date: Fri, 15 Nov 2019 19:49:39 -0800 Subject: [PATCH] update maintainer --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b239fb8..8d748a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # Smallest base image FROM ubuntu:latest -LABEL maintainer="Kyle Manna " +LABEL maintainer="lawtancool" # Testing: pamtester #RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories && \