From 279254f6626a70111825f525430345f612471b5e Mon Sep 17 00:00:00 2001 From: mfrancis95 Date: Sat, 11 May 2019 12:31:27 -0400 Subject: [PATCH] Replace deprecated MAINTAINER instruction with LABEL --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index abed16e..61c44f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM gitlab/gitlab-ce:11.10.4-ce.0 -MAINTAINER Computer Science House +LABEL maintainer="Computer Science House " # Install the OpenID Connect strategy for OmniAuth RUN cd /opt/gitlab/embedded/service/gitlab-rails \