Skip to content
This repository has been archived by the owner on Mar 10, 2019. It is now read-only.

Commit

Permalink
Dockerfile: replace old maintainer with a reference to the Etherpad team
Browse files Browse the repository at this point in the history
The old maintainer (John E. Arnold) has given his consent.
  • Loading branch information
muxator committed Nov 26, 2018
1 parent 6f4e803 commit 73b5c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# Use Docker's nodejs, which is based on debian
FROM node:latest
LABEL maintainer="John E. Arnold, iohannes.eduardus.arnold@gmail.com"
LABEL maintainer="Etherpad team, https://github.com/ether/etherpad-lite"

# Get Etherpad-lite's other dependencies
RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit 73b5c7e

Please sign in to comment.