diff --git a/deb/Dockerfile b/deb/Dockerfile index a0d8e2c..07e1f43 100644 --- a/deb/Dockerfile +++ b/deb/Dockerfile @@ -10,7 +10,8 @@ RUN apt-get update && apt-get install -y wget binutils RUN bash /install.sh FROM debian:sid-slim -LABEL maintainer="Simon Felding " +LABEL maintainer="Trent Maetzold " +LABEL org.opencontainers.image.source="https://github.com/trent-maetzold/protonmail-bridge-docker" EXPOSE 25/tcp EXPOSE 143/tcp