wohali closed pull request #127: Update Dockerfile URL: https://github.com/apache/couchdb-docker/pull/127
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/2.3.0/Dockerfile b/2.3.0/Dockerfile index fcf175b..ad1d3d3 100644 --- a/2.3.0/Dockerfile +++ b/2.3.0/Dockerfile @@ -12,7 +12,7 @@ FROM debian:stretch-slim -MAINTAINER CouchDB Developers [email protected] +LABEL maintainer="CouchDB Developers [email protected]" # Add CouchDB user account to make sure the IDs are assigned consistently RUN groupadd -g 5984 -r couchdb && useradd -u 5984 -d /opt/couchdb -g couchdb couchdb ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
