diff --git a/Dockerfile b/Dockerfile index aa11922..a7dff69 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:jessie -MAINTAINER opsxcq +LABEL maintainer "opsxcq@strm.sh" RUN apt-get update && \ apt-get upgrade -y && \