From f49196e6fb52b85efdc6dd5314b7fd01fb29dcf8 Mon Sep 17 00:00:00 2001 From: Gareth Flowers Date: Tue, 1 Sep 2020 22:28:32 +0100 Subject: [PATCH] fix(): removes unused args --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index d0bd200..21576d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,5 @@ FROM mediawiki:1.33.1 -ARG BUILD_DATE -ARG VERSION -ARG VCS_REF - LABEL org.opencontainers.image.authors="Gareth Flowers" \ org.opencontainers.image.description="MediaWiki with LDAP Extensions" \ org.opencontainers.image.licenses="MIT" \