Merge pull request #1432 from canthar/maintainer

Fix: MAINTAINER directive in Dockerfile is deprecated
This commit is contained in:
antelle 2020-03-19 18:56:30 +01:00 committed by GitHub
commit f7910a1546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# docker run --name keeweb -d -p 443:443 -p 80:80 -e 'DH_SIZE=512' antelle/keeweb
FROM nginx:stable
MAINTAINER Antelle "antelle.net@gmail.com"
LABEL maintainer="antelle.net@gmail.com"
# install
RUN apt-get -y update && apt-get -y install openssl wget unzip