diff options
author | Jamie Nguyen <j@jamielinux.com> | 2018-07-17 14:13:03 +0100 |
---|---|---|
committer | Jamie Nguyen <j@jamielinux.com> | 2018-07-17 14:13:03 +0100 |
commit | ea652eee8e16c3ee3e61a361158b0e308863aab5 (patch) | |
tree | 233326689cb0f1884c80b57109d89b477bdd4db0 /2.4/Dockerfile | |
parent | 59dea2f00cbdc956af4ccfab8e4c15564668121e (diff) | |
download | apache-ea652eee8e16c3ee3e61a361158b0e308863aab5.tar.gz apache-ea652eee8e16c3ee3e61a361158b0e308863aab5.tar.bz2 apache-ea652eee8e16c3ee3e61a361158b0e308863aab5.tar.xz apache-ea652eee8e16c3ee3e61a361158b0e308863aab5.zip |
Remove deprecated MAINTAINER tag
Diffstat (limited to '2.4/Dockerfile')
-rw-r--r-- | 2.4/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/2.4/Dockerfile b/2.4/Dockerfile index 791046c..3c1c2e4 100644 --- a/2.4/Dockerfile +++ b/2.4/Dockerfile @@ -1,5 +1,4 @@ FROM httpd:alpine -MAINTAINER Bytemark Hosting "support@bytemark.co.uk" # This variable is inherited from httpd:alpine image: # ENV HTTPD_PREFIX /usr/local/apache2 |